4 lines
115 B
JavaScript
Executable File
4 lines
115 B
JavaScript
Executable File
export function isObject(x) {
|
|
return x != null && typeof x === 'object';
|
|
}
|
|
//# sourceMappingURL=isObject.js.map
|