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