UNPKG
@node-minify/run
Version:
latest (9.0.1)
next (10.0.0-next.0)
10.0.0-next.0
9.0.1
9.0.0
8.0.6
8.0.5
8.0.5-beta.0
8.0.3-beta.0
8.0.2-beta.0
8.0.1-beta.0
8.0.0-beta.0
7.1.0
7.0.0
6.4.0
6.0.0
5.3.0
5.2.0
5.0.0
4.1.2
4.0.5
4.0.2
4.0.1
4.0.0
4.0.0-beta.7
exec commands for @node-minify
github.com/srod/node-minify/tree/master/packages/run
srod/node-minify
@node-minify/run
/
dist
/
index.d.ts
12 lines
(8 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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 };