UNPKG

ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

6 lines (5 loc) 230 B
import { TransformResult } from 'rollup'; /** * Downlevels a .js file from `ES2015` to `ES2015`. Internally, uses `tsc`. */ export declare function downlevelCodeWithTsc(code: string, filePath: string): Promise<TransformResult>;