jstd-web/node_modules/@uppy/utils/lib/toArray.js

6 lines
79 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
"use strict";
/**
* Converts list into array
*/
module.exports = Array.from;