UNPKG
@aquaori/deplens
Version:
latest (1.0.6)
1.0.6
1.0.3
1.0.2
1.0.1
1.0.0
A precise dependency analysis tool for npm and pnpm projects
@aquaori/deplens
/
dist
/
utils
/
minifier.d.ts
7 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 压缩 JavaScript 代码 *
@param
code 待压缩的代码 *
@returns
压缩后的代码 */
export
declare
function
minifyCode
(
code
:
string
):
Promise
<
string
|
undefined
>;
//# sourceMappingURL=minifier.d.ts.map