aboutsummaryrefslogtreecommitdiff
path: root/node_modules/isobject/index.d.ts
blob: 55f81c275f150203091f5228a35f6802c82bc9c0 (plain)
1
2
3
4
5
export = isObject;

declare function isObject(val: any): boolean;

declare namespace isObject {}