Repository URL to install this package:
|
Version:
1.2.7 ▾
|
"use strict";
/**
* @memberOf util
* @tutorial https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from
* @see cast/toArray
*/
module.exports = Array.from;