MCPcopy
hub / github.com/zloirock/core-js / at

Function at

deno/corejs/index.js:10268–10270  ·  view source on GitHub ↗
(shift)

Source from the content-addressed store, hash-verified

10266 var triplet;
10267
10268 var at = function (shift) {
10269 return charAt(alphabet, (triplet >> (6 * shift)) & 63);
10270 };
10271
10272 for (; i + 2 < length; i += 3) {
10273 triplet = (array[i] << 16) + (array[i + 1] << 8) + array[i + 2];

Callers 7

$parseFunction · 0.70
index.jsFile · 0.70
skipAsciiWhitespaceFunction · 0.70
decodeBase64ChunkFunction · 0.70
es.array.at.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected