added method to test-module

This commit is contained in:
Bart van der Schoor
2014-02-28 20:27:33 +01:00
parent 461def4a53
commit c47743cdd5
+1
View File
@@ -1,5 +1,6 @@
interface Such {
amaze(): void;
much(): void;
}
declare module 'test-module' {
export function wow(): Such;