github-pages-deploy-action/node_modules/isobject/index.d.ts
2020-01-28 00:07:56 -05:00

6 lines
97 B
TypeScript

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