UNPKG
@kayahr/text-encoding
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Text encoder and decoder
github.com/kayahr/text-encoding
kayahr/text-encoding
@kayahr/text-encoding
/
lib
/
main
/
index.js
8 lines
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* * Copyright (C) 2021 Klaus Reimer <k@ailis.de> * See LICENSE.md for licensing information. */
import
"./encodings.js"
;
export
*
from
"./TextDecoder.js"
;
export
*
from
"./TextEncoder.js"
;
//# sourceMappingURL=index.js.map