Spaces:
Running
Running
File size: 72 Bytes
8990a66 |
1 2 3 4 |
declare function isObject(x: unknown): x is object;
export = isObject;
|