frontend/.pnpm-store/v3/files/84/7393d050614336437639276594b7e3b3d12435f2460f2e9f654c0fcd8992d26a68c95838e4ac53c1f68dbe1fff24bb2293f90b591c6b980715d601e3620610

4 lines
108 B
Plaintext

export function isFunction(x) {
return typeof x === 'function';
}
//# sourceMappingURL=isFunction.js.map