Files
Fluxup_PAP/node_modules/@expo/schema-utils/build/deref.d.ts
2026-03-10 16:18:05 +00:00

10 lines
296 B
TypeScript

/** Dereference JSON schema pointers.
*
* @remarks
* This is a minimal reimplementation of `json-schema-deref-sync` without
* file reference, URL/web reference, and loader support.
*
* @see https://github.com/cvent/json-schema-deref-sync
*/
export declare function deref(input: any): any;