github-pages-deploy-action/node_modules/isobject/index.d.ts
2019-11-19 07:48:29 -05:00

6 lines
97 B
TypeScript

export = isObject;
declare function isObject(val: any): boolean;
declare namespace isObject {}