UNPKG

ngc-webpack

Version:

A wrapper for the @ngtools/webpack with hooks into the compilation process

4 lines (3 loc) 199 B
import * as ts from 'typescript'; import { StandardTransform } from './interfaces'; export declare function makeTransform(standardTransform: StandardTransform): ts.TransformerFactory<ts.SourceFile>;