UNPKG

uppy

Version:

Almost as cute as a Puppy :dog:

9 lines (8 loc) 182 B
"use strict"; /** * Converts list into array */ module.exports = function toArray(list) { return Array.prototype.slice.call(list || [], 0); }; //# sourceMappingURL=toArray.js.map