update typescript definition
This commit is contained in:
parent
0dcfd59d29
commit
bcc8f427a1
1 changed files with 2 additions and 0 deletions
2
mithril.d.ts
vendored
2
mithril.d.ts
vendored
|
|
@ -35,6 +35,8 @@ declare module _mithril {
|
|||
|
||||
param(key: string): string;
|
||||
mode: string;
|
||||
buildQueryString(data: Object): String
|
||||
parseQueryString(data: String): Object
|
||||
}
|
||||
|
||||
request<T>(options: MithrilXHROptions): MithrilPromise<T>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue