projecte_ionic/node_modules/is-plain-object/index.d.ts
2022-02-09 18:30:03 +01:00

6 lines
110 B
TypeScript
Executable file

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