3 lines
124 B
Plaintext
3 lines
124 B
Plaintext
import terser from 'next/dist/compiled/terser';
|
|
export declare function minify(options: any): Promise<terser.MinifyOutput>;
|