Update .bashrc
[dotfiles/.git] / util / isFunction.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 function isFunction(x) {
4     return typeof x === 'function';
5 }
6 exports.isFunction = isFunction;
7 //# sourceMappingURL=isFunction.js.map