github-pages-deploy-action/node_modules/is-plain-object/index.d.ts
2020-06-06 10:11:37 -04:00

4 lines
80 B
TypeScript

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