github-pages-deploy-action/node_modules/is-plain-object/index.d.ts
2021-11-26 12:57:51 +00:00

4 lines
80 B
TypeScript

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