UNPKG

@xylabs/typeof

Version:

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

3 lines 174 B
import type { FieldType } from './ObjectTypeShape.ts'; export declare const isType: (value: unknown, expectedType: FieldType) => boolean; //# sourceMappingURL=isType.d.ts.map