UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

6 lines (5 loc) 141 B
/** * Checks if the given input is an Object object (haha) */ declare const isObject: (obj: any) => boolean; export default isObject;