github-pages-deploy-action/node_modules/isobject/index.d.ts
2020-01-27 23:58:23 -05:00

6 lines
97 B
TypeScript

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