From dd476daddddfca5ea31da39b0bd878de11999b29 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Thu, 12 Dec 2013 10:06:42 +1100 Subject: [PATCH] add node def reference --- promptly/promptly.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/promptly/promptly.d.ts b/promptly/promptly.d.ts index 2ad8f33100..ed30f2f3be 100644 --- a/promptly/promptly.d.ts +++ b/promptly/promptly.d.ts @@ -3,6 +3,8 @@ // Definitions by: Dan Spencer // Definitions: https://github.com/borisyankov/DefinitelyTyped +/// + declare module "promptly" { interface Callback { @@ -31,4 +33,4 @@ declare module "promptly" { export function choose(message: string, choices: string[], fn?: Callback); export function choose(message: string, choices: string[], opts: Options, fn?: Callback); -} \ No newline at end of file +}