Files
dns-server/node_modules/is-plain-object/index.d.ts
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

6 lines
110 B
TypeScript

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