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
/
constants.d.ts
5 lines
(4 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
/** The default encoding used for encoding and decoding texts. */
export
declare
const
DEFAULT_ENCODING =
"utf-8"
;
/** Value returned by decoders/encoders when finished encoding/decoding. */
export
declare
const
FINISHED =
-1
;