Page MenuHomeSoftware Heritage

base64-map.js
No OneTemporary

base64-map.js

var itoc = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
var ctoi = {};
for (var index = 0; index < 66; index++) ctoi[itoc.charAt(index)] = index;
module.exports = {
itoc: itoc,
ctoi: ctoi
};

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 4, 4:08 PM (2 w, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3368447

Event Timeline