atoa.js 83 B

1
  1. module.exports = function atoa (a, n) { return Array.prototype.slice.call(a, n); }