minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / isArray.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 exports.isArray = (function () { return Array.isArray || (function (x) { return x && typeof x.length === 'number'; }); })();
4 //# sourceMappingURL=isArray.js.map