UNPKG

ng-packagr

Version:

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

7 lines (6 loc) 204 B
import { Plugin } from 'rollup'; import { OutputFileCache } from '../ng-package/nodes'; /** * Loads a file and it's map. */ export declare function fileLoaderPlugin(fileCache: OutputFileCache): Plugin;