Skip to content

Commit c5c1e03

Browse files
committed
Remove unused string.gmatch declaration
1 parent 54c1c54 commit c5c1e03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/** @luaIterator */
2-
interface GMatchResult extends Array<string> {}
3-
41
/** @noSelf */
52
declare namespace string {
63
/** @tupleReturn */
@@ -10,7 +7,5 @@ declare namespace string {
107
replaceValue: string | ((...groups: string[]) => string),
118
n?: number
129
): [string, number];
13-
14-
function gmatch(haystack: string, pattern: string): GMatchResult;
1510
function sub(s: string, i: number, j?: number): string;
1611
}

0 commit comments

Comments
 (0)