Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drollup/plugins/terser/types.ts>RollupTerserOptions

Next-generation ES module bundler ported for Deno
Latest
interface RollupTerserOptions
implements Omit<MinifyOptions, "sourceMap" | "nameCache">
import { type RollupTerserOptions } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/terser/types.ts";

Properties

optional
nameCache: NameCache