mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[angular] Add undocumented length property.
This commit is contained in:
3
types/angular/jqlite.d.ts
vendored
3
types/angular/jqlite.d.ts
vendored
@@ -644,6 +644,9 @@ interface JQuery {
|
||||
*/
|
||||
wrap(func: (index: number) => string | JQuery): JQuery;
|
||||
|
||||
// Undocumented
|
||||
length: number;
|
||||
|
||||
// TODO: events, how to define?
|
||||
// $destroy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user