UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 169 B
declare type Type = 'array' | 'boolean' | 'error' | 'function' | 'map' | 'null' | 'number' | 'object' | 'set' | 'string' | 'symbol' | 'undefined'; export type { Type };