wishthis/node_modules/is-plain-object/index.d.ts
2022-04-08 12:55:35 +02:00

5 lines
110 B
TypeScript

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