minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / 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