first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

9
node_modules/@expo/schema-utils/build/deref.d.ts generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/** 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;