github-pages-deploy-action/node_modules/is-plain-object/index.d.ts

4 lines
80 B
TypeScript
Raw Normal View History

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