UNPKG

1.09 kBJavaScriptView Raw
1"use strict";
2/**
3 * @license
4 * Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
5 * This code may only be used under the BSD style license found at
6 * http://polymer.github.io/LICENSE.txt
7 * The complete set of authors may be found at
8 * http://polymer.github.io/AUTHORS.txt
9 * The complete set of contributors may be found at
10 * http://polymer.github.io/CONTRIBUTORS.txt
11 * Code distributed by Google as part of the polymer project is also
12 * subject to an additional IP rights grant found at
13 * http://polymer.github.io/PATENTS.txt
14 */
15function __export(m) {
16 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
17}
18Object.defineProperty(exports, "__esModule", { value: true });
19// This is the API that we would like to expose.
20//
21// We can change users to import this file directly, then
22// we can do a breaking change that replaces the contents
23// of index.ts with this.
24__export(require("./modification"));
25__export(require("./predicates"));
26__export(require("./util"));
27__export(require("./iteration"));
28//# sourceMappingURL=index-next.js.map
\No newline at end of file