UNPKG

@cowtech/webpack-config

Version:

CowTech WebPack configuration without any CSS handling.

4 lines (3 loc) 196 B
export declare function upperFirst(source: any): string; export declare function camelCase(source: any): string; export declare function get<T>(target: any, path: string, def?: T): T | undefined;