mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
linqjs: Add definition files taken from the 3.0.3-Beta4 release
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// Type definitions for linq.jquery (from linq.js)
|
||||
// Project: http://linqjs.codeplex.com/
|
||||
// Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc)
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
declare module linqjs {
|
||||
interface Enumerable {
|
||||
tojQuery(): JQuery;
|
||||
tojQueryAsArray(): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
toEnumerable(): linqjs.Enumerable;
|
||||
}
|
||||
Reference in New Issue
Block a user