diff --git a/q/q.module.d.ts b/q/q.module.d.ts index 6963e47b7..98e1dd9dc 100644 --- a/q/q.module.d.ts +++ b/q/q.module.d.ts @@ -1,6 +1,6 @@ /// -module "q" { +declare module "q" { export function when(value: any, onFulfilled: Function, onRejected?: Function): Qpromise; export function try(method: Function, ...args: any[]): Qpromise; export function fbind(method: Function, ...args: any[]): Qpromise;