upload-release/node_modules/is-plain-object/index.d.ts
2019-08-23 04:21:15 +02:00

4 lines
80 B
TypeScript

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