Spaces:
Runtime error
Runtime error
File size: 72 Bytes
63a73e3 |
1 2 3 4 |
declare function isObject(x: unknown): x is object;
export = isObject;
|