Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundler/deps.ts>terser.minify

A Bundler with the web in mind.
Latest
function terser.minify
import { terser } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { minify } = terser;

Parameters

files: string | string[] | { [file: string]: string; }
optional
options: MinifyOptions