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
/
encodings
/
utf-16.js
7 lines
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
/* * Copyright (C) 2021 Klaus Reimer <k@ailis.de> * See LICENSE.md for licensing information. */
import
"./utf-16be.js"
;
import
"./utf-16le.js"
;
//# sourceMappingURL=utf-16.js.map