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