@cto.af/textdecoder
Version:
Quick wrapper that finds TextDecoder or polyfills a bad implementation
19 lines (18 loc) • 413 B
JSON
{
"name": "@cto.af/textdecoder",
"version": "0.2.1",
"description": "Quick wrapper that finds TextDecoder or polyfills a bad implementation",
"main": "index.js",
"repository": "hildjj/ctoaf-textdecoder",
"keywords": [
"TextDecoder",
"utf8",
"utf-8",
"polyfill"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"engines": {
"node": ">=5.10.0"
}
}