Files
2022-01-05 11:26:06 -05:00

6 lines
110 B
TypeScript

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