katoikia-app/web-ui/web-react/node_modules/is-plain-object/index.d.ts

6 lines
110 B
TypeScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
export = isPlainObject;
declare function isPlainObject(o: any): boolean;
declare namespace isPlainObject {}