UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 81 B
declare const isBoolean: (value: any) => value is boolean; export { isBoolean };