UNPKG

dereference-json-schema

Version:

Dereference $ref pointers in JSONSchema or OpenAPI documents.

7 lines (6 loc) 139 B
/** * klona/json - MIT License * * https://github.com/lukeed/klona/blob/master/license */ export declare function klona<T>(val: T): T;