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 ```

7 lines (6 loc) 180 B
import { Css } from './Css'; export declare class CssNodeModules extends Css { protected onInit(): void; protected exclude(): undefined; protected include(): RegExp; }