From bcc8f427a168f20e65afffa18a4b0e79f0ce24d1 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 26 Mar 2015 22:27:31 -0400 Subject: [PATCH] update typescript definition --- mithril.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mithril.d.ts b/mithril.d.ts index 0c489880..41878b58 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -35,6 +35,8 @@ declare module _mithril { param(key: string): string; mode: string; + buildQueryString(data: Object): String + parseQueryString(data: String): Object } request(options: MithrilXHROptions): MithrilPromise;