UNPKG

263 BTypeScriptView Raw
1import $RefParser = require('json-schema-ref-parser');
2import { JSONSchema } from './types/JSONSchema';
3export declare function dereference(schema: JSONSchema, { cwd, $refOptions }: {
4 cwd: string;
5 $refOptions: $RefParser.Options;
6}): Promise<JSONSchema>;