UNPKG

@extra-array/from

Version:
6 lines (5 loc) 77 B
'use strict'; function from(x) { return [...x]; } module.exports = from;