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