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