frontend/.pnpm-store/v3/files/30/ace0be0cd35de1bf784c442e110e3f5bf8b93ef4b9862e344d2b9a5013a65c02126734671f0c653589482f856c6a248109600c153ef150bd7aa8d94d6e3a6b

7 lines
211 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isFunction(x) {
return typeof x === 'function';
}
exports.isFunction = isFunction;
//# sourceMappingURL=isFunction.js.map