coronamap/node_modules/is-plain-object/index.d.ts
2022-08-06 08:12:21 -07:00

5 lines
110 B
TypeScript

export = isPlainObject;
declare function isPlainObject(o: any): boolean;
declare namespace isPlainObject {}