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
/
BurpConfig.d.ts
11 lines
(10 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
BurpReplacement
{
regex
:
string
;
_regex
?:
RegExp
;
replacement
:
string
; }
export
interface
BurpConfig
{
sourcePath
?:
string
;
filePattern
?:
string
[];
replacements
?:
BurpReplacement
[]; }