declarations
Version:
[](https://www.npmjs.com/package/declarations)
10 lines (8 loc) • 373 B
TypeScript
// Type definitions for jquery.superLink
// Project: http://james.padolsey.com/demos/plugins/jQuery/superLink/superlink.jquery.js
// Definitions by: Blake Niemyjski <https://github.com/niemyjski/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
interface JQuery {
superLink(link?: string): JQuery;
}