added definitions for test-module

amaze
This commit is contained in:
Bart van der Schoor
2014-02-28 20:27:33 +01:00
parent 76ffe56a44
commit 461def4a53
2 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
interface Such {
amaze(): void;
}
declare module 'test-module' {
interface Such {
amaze(): void;
}
export function wow(): Such;
}