MCPcopy Index your code
hub / github.com/Raynos/function-bind / slicy

Function slicy

implementation.js:23–29  ·  view source on GitHub ↗
(arrLike, offset)

Source from the content-addressed store, hash-verified

21};
22
23var slicy = function slicy(arrLike, offset) {
24 var arr = [];
25 for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
26 arr[j] = arrLike[i];
27 }
28 return arr;
29};
30
31var joiny = function (arr, joiner) {
32 var str = '';

Callers 1

implementation.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…