ktongue's picture
download
raw
154 Bytes
export default function(numerals) {
return function(value) {
return value.replace(/[0-9]/g, function(i) {
return numerals[+i];
});
};
}

Xet Storage Details

Size:
154 Bytes
·
Xet hash:
da60266f38d90cf54a5fcbf716a1f2e9580acb08f21ab9d2f626b96bf7989054

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.