parcoursup/node_modules/is-plain-object/index.d.ts
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

6 lines
110 B
TypeScript

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