UNPKG
utf16-to-sjis
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
Tiny UTF-16 to Shift-JIS (CP932) converter.
github.com/okaxaki/utf16-to-sjis
okaxaki/utf16-to-sjis
utf16-to-sjis
/
dist
/
index.d.ts
2 lines
•
108 B
TypeScript
View Raw
1
2
export
declare
function
convert
(
data
:
Uint16Array
|
string
):
Uint8Array
;
//# sourceMappingURL=index.d.ts.map