UNPKG
antlr4-runtime
Version:
latest (4.13.0)
4.13.0
JavaScript runtime for ANTLR4
github.com/antlr/antlr4
antlr/antlr4
antlr4-runtime
/
src
/
antlr4
/
InputStream.d.ts
5 lines
(4 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
InputStream
{
constructor
(
data
:
string
);
constructor
(
data
:
string
,
decodeToUnicodeCodePoints
:
boolean
); }