import type { MinifyOptions } from "terser";
/**
 * @module JavaScript
 *
 */
export type Type = MinifyOptions;
export type { Type as default };
