UNPKG

is-extendable

Version:

Returns true if a value is a plain object, array or function.

6 lines (3 loc) 109 B
export = isExtendable; declare function isExtendable(val: any): boolean; declare namespace isExtendable {}