UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

18 lines (16 loc) 188 B
type Type = 'array' | 'boolean' | 'error' | 'function' | 'map' | 'null' | 'number' | 'object' | 'set' | 'string' | 'symbol' | 'undefined'; export type { Type };