UNPKG

ng-packagr

Version:

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

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