UNPKG

@cowtech/webpack-config

Version:

CowTech WebPack configuration without any CSS handling.

4 lines (3 loc) 201 B
import { Environment, Hook, Options } from './types'; export declare function setupEnvironment(options: Options): Environment; export declare function runHook<T>(input: T, hook?: Hook<T>): Promise<T>;