UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 84 B
declare const isFunction: (value: any) => value is Function; export { isFunction };