UNPKG
stringencoding
Version:
latest (0.0.0)
0.0.0
Encode to/from Typed Array buffers
shtylman/stringencoding
stringencoding
/
index.js
3 lines
(2 loc)
•
118 B
JavaScript
View Raw
1
2
3
module.exports.TextEncoder
= require(
'./src/TextEncoder'
)
;
module.exports.TextDecoder
= require(
'./src/TextDecoder'
)
;