index.d.ts 110 字节
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5
export = isPlainObject;

declare function isPlainObject(o: any): boolean;

declare namespace isPlainObject {}