UNPKG

@berish/serber

Version:

Serializable and deserializable adaptive adapter with plugins

3 lines (2 loc) 271 B
export declare type GetTypeResult = 'string' | 'number' | 'boolean' | 'undefined' | 'null' | 'symbol' | 'array' | 'arguments' | 'function' | 'object' | 'regexp' | 'date' | 'set' | 'map' | 'weakset' | 'weakmap'; export declare function getType(value: any): GetTypeResult;