7 lines
211 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isFunction(x) {
return typeof x === 'function';
}
exports.isFunction = isFunction;
//# sourceMappingURL=isFunction.js.map