UNPKG

275 BJavaScriptView Raw
1'use strict';
2// https://github.com/tc39/proposal-arraybuffer-base64
3require('../modules/esnext.uint8-array.from-base64');
4require('../modules/esnext.uint8-array.from-hex');
5require('../modules/esnext.uint8-array.to-base64');
6require('../modules/esnext.uint8-array.to-hex');