UNPKG

106 BTypeScriptView Raw
1export default interface RegexExecArray extends Array<string> {
2 index: number[];
3 input: string;
4}