UNPKG

1.81 kBTypeScriptView Raw
1// Type definitions for jquery 3.5
2// Project: https://jquery.com
3// Definitions by: Leonard Thieu <https://github.com/leonard-thieu>
4// Boris Yankov <https://github.com/borisyankov>
5// Christian Hoffmeister <https://github.com/choffmeister>
6// Steve Fenton <https://github.com/Steve-Fenton>
7// Diullei Gomes <https://github.com/Diullei>
8// Tass Iliopoulos <https://github.com/tasoili>
9// Sean Hill <https://github.com/seanski>
10// Guus Goossens <https://github.com/Guuz>
11// Kelly Summerlin <https://github.com/ksummerlin>
12// Basarat Ali Syed <https://github.com/basarat>
13// Nicholas Wolverson <https://github.com/nwolverson>
14// Derek Cicerone <https://github.com/derekcicerone>
15// Andrew Gaspar <https://github.com/AndrewGaspar>
16// Seikichi Kondo <https://github.com/seikichi>
17// Benjamin Jackman <https://github.com/benjaminjackman>
18// Josh Strobl <https://github.com/JoshStrobl>
19// John Reilly <https://github.com/johnnyreilly>
20// Dick van den Brink <https://github.com/DickvdBrink>
21// Thomas Schulz <https://github.com/King2500>
22// Terry Mun <https://github.com/terrymun>
23// Martin Badin <https://github.com/martin-badin>
24// Chris Frewin <https://github.com/princefishthrower>
25// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
26// TypeScript Version: 2.7
27
28/// <reference types="sizzle" />
29/// <reference path="JQueryStatic.d.ts" />
30/// <reference path="JQuery.d.ts" />
31/// <reference path="misc.d.ts" />
32/// <reference path="legacy.d.ts" />
33
34export = jQuery;