UNPKG
@node-minify/core
Version:
latest (9.0.2)
next (10.0.0-next.0)
10.0.0-next.0
9.0.2
9.0.1
9.0.0
8.0.6
8.0.5
8.0.5-beta.0
8.0.4-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.2.0
6.1.0
6.0.0
5.3.0
5.2.1
5.2.0
5.1.0
5.0.0
4.1.2
4.0.5
4.0.2
4.0.1
4.0.0
4.0.0-beta.7
core of @node-minify
github.com/srod/node-minify/tree/master/packages/core
srod/node-minify
@node-minify/core
/
dist
/
index.d.mts
15 lines
(11 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
Settings
}
from
'@node-minify/types'
;
/*! * node-minify * Copyright(c) 2011-2024 Rodolphe Stoclin * MIT Licensed */
declare
const
minify
: { (
settings
:
Settings
):
Promise
<
unknown
>;
default
:
any
; };
export
{ minify
as
default
};