github-pages-deploy-action/node_modules/is-plain-object/index.d.ts
2022-04-27 10:39:49 +00:00

4 lines
80 B
TypeScript

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