mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Update index.d.ts
Datatables api should be array-like, and accessable with index like array
This commit is contained in:
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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user