mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
* Translator: refactor interpolate Fixes types and small code edits: `<regex>[Symbol.split](<string>)` is equivalent to `String.prototype.split.call(<string>, <regex>)` and potentially more readable (the downside it's not compatible with IE, which may be why we currently use the latter). Refs: https://github.com/transloadit/uppy/pull/2899 * Update packages/@uppy/utils/src/Translator.js * Revert RegExp Symbol for IE compat |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/utils
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