Skip to main content
Module

x/rambda/source/_internals/cloneList.js

Faster and smaller alternative to Ramda
Go to Latest
File
export const cloneList = list => { return Array.prototype.slice.call(list)}