UNPKG

72 BTypeScriptView Raw
1declare function isObject(val: any): boolean;
2
3export default isObject;