arraybuffertobase64
Version:
Translates ArrayBuffer type to base 64 strings
21 lines (20 loc) • 464 B
JSON
{
"name": "arraybuffertobase64",
"version": "0.6.8",
"description": "Translates ArrayBuffer type to base 64 strings",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ArrayBuffer",
"Base64"
],
"author": "Idaho Edokpayi <idaho_edokpayi@ios.doi.gov>",
"license": "ISC",
"dependencies": {
"typescript": "^2.9.2"
}
}