UNPKG
stringencoding
Version:
latest (0.0.0)
0.0.0
Encode to/from Typed Array buffers
shtylman/stringencoding
stringencoding
/
src
/
eof.js
7 lines
(4 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@const
*/
var
EOF_byte
=
-
1
;
/**
@const
*/
var
EOF_code_point
=
-
1
;
module
.
exports
.
byte
= EOF_byte;
module
.
exports
.code_point = EOF_code_point;