angular/packages/ssr/docs/_node.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
412 B
TypeScript
Raw Normal View History

/**
* @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.dev/license
*/
/**
* This re-export is in place to allow us to get the types from @angular/ssr for
* generate_api_docs. This reexport cannot be used for importing from @angular/ssr.
*/
export * from '@angular/ssr/node';