/** * @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 './alias'; export * from './buffer'; export * from './create'; export * from './empty'; export * from './interface'; export * from './memory'; export * from './pattern'; export * from './record'; export * from './safe'; export * from './scoped'; export * from './sync'; export * from './resolver'; export * from './test';