diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/isArray.js')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/isArray.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/isArray.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/isArray.js new file mode 100644 index 00000000..e9c093c4 --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/isArray.js @@ -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 |