UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

6 lines (5 loc) 136 B
import type { ICompiler } from '../../../types'; export declare const css: { name: string; apply(compiler: ICompiler): void; };