login/node_modules/is-plain-object/index.d.ts
2020-04-28 12:41:56 +05:30

5 lines
110 B
TypeScript

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