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