UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 87 B
declare const isUndefined: (value: any) => value is undefined; export { isUndefined };