UNPKG

@types/uglify-es

Version:
21 lines (15 loc) 695 B
# Installation > `npm install --save @types/uglify-es` # Summary This package contains type definitions for uglify-es (https://github.com/mishoo/UglifyJS2/tree/harmony). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-es. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-es/index.d.ts) ````ts export * from "uglify-js"; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: [@types/uglify-js](https://npmjs.com/package/@types/uglify-js) # Credits These definitions were written by [Alan Agius](https://github.com/alan-agius4).