UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 72 B
declare const isNull: (value: any) => value is null; export { isNull };