UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 78 B
declare const isObject: (value: any) => value is object; export { isObject };