frontend/.pnpm-store/v3/files/02/2fb497f1d3147b764aca44165683231d13119a26c9fc1e331a957554019fa8b8fe54025fe5ab8eaf07ffbcfc78df37ce2e13b730fb81c663f74685201837fb

4 lines
116 B
Plaintext

export function isObject(x) {
return x !== null && typeof x === 'object';
}
//# sourceMappingURL=isObject.js.map