github-pages-deploy-action/node_modules/is-plain-object/index.d.ts
2021-02-08 04:58:32 +00:00

4 lines
80 B
TypeScript

declare function isPlainObject(o: any): boolean;
export default isPlainObject;