declarations
Version:
[](https://www.npmjs.com/package/declarations)
11 lines (8 loc) • 387 B
TypeScript
// Type definitions for jQuery.sortElements
// Project: http://james.padolsey.com/javascript/sorting-elements-with-jquery/
// Definitions by: Tim Bureck <https://github.com/tbureck>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path='../jquery/jquery.d.ts'/>
interface JQuery {
sortElements(comparator:Function, getSortable?:Function):JQuery;
}