4 lines
72 B
TypeScript
Executable file
4 lines
72 B
TypeScript
Executable file
declare function isObject(x: unknown): x is object;
|
|
|
|
export = isObject;
|