UNPKG

burp-brightscript

Version:

lightweight processor for roku brightscript projects

11 lines (10 loc) 225 B
export interface BurpReplacement { regex: string; _regex?: RegExp; replacement: string; } export interface BurpConfig { sourcePath?: string; filePattern?: string[]; replacements?: BurpReplacement[]; }