UNPKG
burp-brightscript
Version:
latest (0.4.2)
next (0.3.1)
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
lightweight processor for roku brightscript projects
burp-brightscript
/
dist
/
lib
/
FileType.d.ts
6 lines
(5 loc)
•
72 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
FileType
{
Bs
=
0
,
Brs
=
1
,
Other
=
2
}