UNPKG

@xylabs/typeof

Version:

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

3 lines 233 B
export type FieldType = 'string' | 'number' | 'object' | 'symbol' | 'undefined' | 'null' | 'array' | 'function'; export type ObjectTypeShape = Record<string | number | symbol, FieldType>; //# sourceMappingURL=ObjectTypeShape.d.ts.map