Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / isArray.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/isArray.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/util/isArray.js
new file mode 100644 (file)
index 0000000..e9c093c
--- /dev/null
@@ -0,0 +1,4 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.isArray = (function () { return Array.isArray || (function (x) { return x && typeof x.length === 'number'; }); })();
+//# sourceMappingURL=isArray.js.map
\ No newline at end of file