UNPKG

1.06 kBJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6/*-----------------------------------------------------------------------------
7| Copyright (c) 2014-2017, PhosphorJS Contributors
8|
9| Distributed under the terms of the BSD 3-Clause License.
10|
11| The full license is in the file LICENSE, distributed with this software.
12|----------------------------------------------------------------------------*/
13__export(require("./array"));
14__export(require("./chain"));
15__export(require("./empty"));
16__export(require("./enumerate"));
17__export(require("./filter"));
18__export(require("./find"));
19__export(require("./iter"));
20__export(require("./map"));
21__export(require("./range"));
22__export(require("./reduce"));
23__export(require("./repeat"));
24__export(require("./retro"));
25__export(require("./sort"));
26__export(require("./stride"));
27__export(require("./string"));
28__export(require("./take"));
29__export(require("./zip"));