UNPKG

webpack-genius

Version:

**For chinese developers:** you'd better add taobao mirror before everything start. Or you may fail to install. ```bash yarn config set registry http://registry.npm.taobao.org ```

6 lines (5 loc) 172 B
import { CssHandle } from './CssHandle'; import { RuleSetCondition } from 'webpack'; export declare class Css extends CssHandle { protected test(): RuleSetCondition; }