UNPKG

@sanpjs/bundler-webpack

Version:

@sanpjs/bundler-webpack

4 lines (3 loc) 260 B
export declare const isIncluded: (name: string, includes: (string | RegExp)[], excludes: (string | RegExp)[]) => boolean; export declare const formatSize: (size: number) => string; export declare const normalizeConfig: (config: any, defaultValue: any) => any;