1 | # Installation
|
2 | > `npm install --save @types/uglify-es`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for uglify-es (https://github.com/mishoo/UglifyJS2/tree/harmony).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-es.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-es/index.d.ts)
|
10 | ````ts
|
11 | export * from "uglify-js";
|
12 |
|
13 | ````
|
14 |
|
15 | ### Additional Details
|
16 | * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
17 | * Dependencies: [@types/uglify-js](https://npmjs.com/package/@types/uglify-js)
|
18 |
|
19 | # Credits
|
20 | These definitions were written by [Alan Agius](https://github.com/alan-agius4).
|
21 |
|
\ | No newline at end of file |