mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
jQuery: JSDoc each and contains
This commit is contained in:
5
jquery/jquery.d.ts
vendored
5
jquery/jquery.d.ts
vendored
@@ -888,7 +888,10 @@ interface JQueryStatic {
|
||||
* @param collection The object or array to iterate over.
|
||||
* @param callback The function that will be executed on every object.
|
||||
*/
|
||||
each(collection: any, callback: (indexInArray: any, valueOfElement: any) => any): any;
|
||||
each(
|
||||
collection: any,
|
||||
callback: (indexInArray: any, valueOfElement: any) => any
|
||||
): any;
|
||||
|
||||
extend(target: any, ...objs: any[]): any;
|
||||
extend(deep: boolean, target: any, ...objs: any[]): any;
|
||||
|
||||
Reference in New Issue
Block a user