Files
tryno10/app/code/node_modules/is-plain-object/index.d.ts
T
2022-04-07 18:09:31 +05:30

6 lines
110 B
TypeScript

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