index.js 531 B

12345678910111213141516
  1. "use strict";
  2. /**
  3. * @license
  4. * Copyright Google LLC All Rights Reserved.
  5. *
  6. * Use of this source code is governed by an MIT-style license that can be
  7. * found in the LICENSE file at https://angular.io/license
  8. */
  9. function __export(m) {
  10. for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
  11. }
  12. Object.defineProperty(exports, "__esModule", { value: true });
  13. __export(require("./utils"));
  14. __export(require("./ng-update/public-api"));
  15. __export(require("./update-tool/public-api"));
  16. //# sourceMappingURL=index.js.map