UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 116 B
declare const isScalar: (value: any) => value is string | number | boolean | null | undefined; export { isScalar };