UNPKG

455 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import * as tags from './literals';
9import * as strings from './strings';
10export * from './object';
11export * from './template';
12export * from './partially-ordered-set';
13export * from './priority-queue';
14export * from './lang';
15export { tags, strings };