UNPKG

react-zeroconfig

Version:
12 lines (8 loc) • 272 B
declare module 'webpack/lib/RuleSet' { import { RuleSetRule, RuleSetUse } from 'webpack'; class RuleSet { constructor(rules: RuleSetRule[]); exec(data: RuleSetRule): { type: string; value: RuleSetUse; enforce?: 'pre' | 'post' }[]; } export = RuleSet; }