mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix microsoft-ajax/microsoft.ajax.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -246,7 +246,7 @@ interface Array<T> {
|
||||
/**
|
||||
* Inserts a value at the specified location in an Array object.
|
||||
*/
|
||||
insert(array: any[], index: number, item: any);
|
||||
insert(array: any[], index: number, item: any): any;
|
||||
/**
|
||||
* Creates an Array object from a string representation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user