mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 00:26:34 +08:00
[jquery] Split @since.
This commit is contained in:
3
types/jquery/index.d.ts
vendored
3
types/jquery/index.d.ts
vendored
@@ -906,7 +906,8 @@ interface JQueryStatic<TElement extends Node = HTMLElement> {
|
||||
*
|
||||
* @param array The Array of DOM elements.
|
||||
* @see {@link https://api.jquery.com/jQuery.uniqueSort/}
|
||||
* @since 1.12-2.2
|
||||
* @since 1.12
|
||||
* @since 2.2
|
||||
*/
|
||||
uniqueSort<T extends Element>(array: T[]): T[];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user