UNPKG
@browsery/antlr4
Version:
latest (4.13.3-r7)
4.13.3-r7
4.13.3-r6
4.13.3-r5
4.13.3-r4
4.13.3-r3
4.13.3-r2
4.13.3-r1
4.13.2
4.13.1
4.13.1-patch-1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
Browser compatible antlr4 module
github.com/panates/browsery
panates/browsery
@browsery/antlr4
/
types
/
FileStream.d.ts
10 lines
(5 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
CharStream
}
from
"./CharStream"
;
export
declare
class
FileStream
extends
CharStream
{
fileName
:
string
;
constructor
(
fileName
:
string
,
encoding
?:
string
,
decodeToUnicodeCodePoints
?:
boolean
); }