mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
Update index.d.ts
Datatables api should be array-like, and accessable with index like array
This commit is contained in:
parent
d1cff7a8ff
commit
357df72d92
4
types/datatables.net/index.d.ts
vendored
4
types/datatables.net/index.d.ts
vendored
@ -28,6 +28,10 @@ declare namespace DataTables {
|
||||
}
|
||||
|
||||
interface Api extends CoreMethods {
|
||||
/**
|
||||
* API should be array-like
|
||||
*/
|
||||
[key: number]: any;
|
||||
/**
|
||||
* Returns DataTables API instance
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user