mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix sugar definitions
This commit is contained in:
Vendored
+1
-1
@@ -2611,7 +2611,7 @@ interface Array<T> {
|
||||
remove(...args: string[]): T[];
|
||||
remove(...args: Object[]): T[];
|
||||
remove(...args: any[]): any[];
|
||||
remove(...args: {(n: T): bool}[]): T[];
|
||||
remove(...args: {(n: T): boolean}[]): T[];
|
||||
|
||||
/***
|
||||
* Removes element at <start>. If [end] is specified, removes the range
|
||||
|
||||
Reference in New Issue
Block a user