JezK
Edit File: index.d.ts
declare function isObject(val: any): boolean; export default isObject;