UNPKG

@matheo/ng-packagr

Version:

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

5 lines (4 loc) 280 B
import { WorkerOptions, WorkerResult } from './stylesheet-processor'; declare function processCss({ filePath, browserslistData, cssUrl, styleIncludePaths, basePath }: WorkerOptions): Promise<WorkerResult>; declare const _default: () => typeof processCss; export default _default;