mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
/**
|
|
* Converts list into array
|
|
*/
|
|
module.exports = Array.from
|