PC/node_modules/is-plain-object/index.d.ts
2026-01-26 23:20:48 +08:00

6 lines
110 B
TypeScript

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