UNPKG

@extra-array/from-update

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