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

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

Next-generation ES module bundler ported for Deno
Latest
enum OutputQuoteStyle
import { OutputQuoteStyle } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/terser/types.ts";

Members

AlwaysDouble = 2
AlwaysOriginal = 3
AlwaysSingle = 1
PreferDouble = 0