UNPKG

web-encoding

Version:

TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package

14 lines (13 loc) 250 B
{ "name": "cjs-use", "private": true, "dependencies": { "web-encoding": "file:../.." }, "scripts": { "test": "npm install && tsc --noEmit --allowJs --checkJs src/main.js" }, "devDependencies": { "typescript": "^4.2.3" } }