Installation
npm install --save @types/jquery.sortelements
Summary
This package contains type definitions for jquery.sortelements (http://james.padolsey.com/javascript/sorting-elements-with-jquery/).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.sortelements.
index.d.ts
/// <reference types="jquery"/>
interface JQuery {
sortElements(comparator: Function, getSortable?: Function): JQuery;
}
Additional Details
- Last updated: Tue, 30 Jan 2024 21:35:45 GMT
- Dependencies: @types/jquery
Credits
These definitions were written by Tim Bureck.