uppy/packages/@uppy/utils
Antoine du Hamel d40b5241db
core: remove more IE hacks (#3015)
We can now use `Object.fromEntries`, `Object.values`, and `Symbol`.
Also changes polyfill suggestion for legacy browsers to use `core-js`
which includes almost all we need and more.
2021-07-16 09:27:51 +02:00
..
src core: remove more IE hacks (#3015) 2021-07-16 09:27:51 +02:00
types tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
LICENSE Add @uppy/utils skeleton. 2018-06-14 16:31:19 +02:00
package.json Merge branch 'master' into 2.0 2021-07-07 15:32:38 +02:00
README.md Add all the CI badges (#2725) 2021-01-13 00:30:59 +00:00

@uppy/utils

Uppy logo: a superman puppy in a pink suit

CI status for Uppy tests CI status for Companion tests CI status for browser tests

Shared utility functions for Uppy Core and the "official" plugins maintained by the Uppy team.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Installation

Unless you are creating a custom plugin, you should not need to install this manually.

$ npm install @uppy/utils

License

The MIT License.