deno.land / x / rambda@v9.1.1 / source / drop.js

نووسراو ببینە
1
2
3
4
5
6
export function drop(howManyToDrop, listOrString){ if (arguments.length === 1) return _list => drop(howManyToDrop, _list)
return listOrString.slice(howManyToDrop > 0 ? howManyToDrop : 0)}
rambda

Version Info

Tagged at
2 months ago