angular-cn/dev-infra/release/versioning/index.ts

14 lines
383 B
TypeScript

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export * from './active-release-trains';
export * from './release-trains';
export * from './long-term-support';
export * from './version-branches';
export * from './npm-registry';