UNPKG

218 BTypeScriptView Raw
1import * as ts from 'typescript';
2import { AngularCompilerPlugin } from '@ngtools/webpack';
3export declare function nsReplaceBootstrap(getNgCompiler: () => AngularCompilerPlugin): ts.TransformerFactory<ts.SourceFile>;