UNPKG

@sinclair/typebox

Version:

JSONSchema Type Builder with Static Type Resolution for TypeScript

4 lines (3 loc) 92 B
export declare namespace CloneValue { function Create<T extends any>(value: T): T; }