toArray.js 79 B

123456
  1. "use strict";
  2. /**
  3. * Converts list into array
  4. */
  5. module.exports = Array.from;