UNPKG

@seaavey/bot

Version:

The Library for Seaavey Bot

9 lines (8 loc) 213 B
type State = 'development' | 'production'; interface MinifyOptions { state: State; only?: string; exclude?: string; } export default function minifyJS(config: MinifyOptions): Promise<void>; export {};