UNPKG

@node-minify/run

Version:
12 lines (8 loc) 260 B
import { MinifierOptions } from '@node-minify/types'; /*! * node-minify * Copyright(c) 2011-2024 Rodolphe Stoclin * MIT Licensed */ declare const runCommandLine: ({ args, data, settings, callback, }: MinifierOptions) => void; export { runCommandLine };