7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
export = isPlainObject;
|
|
|
|
declare function isPlainObject(o: any): boolean;
|
|
|
|
declare namespace isPlainObject {}
|