UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

3 lines (2 loc) 131 B
/** Returns true if the left value deep-equals the right */ export declare function Equal<T>(left: T, right: unknown): right is T;