added method to test-module

This commit is contained in:
Bart van der Schoor
2014-02-27 22:47:23 +01:00
parent 461def4a53
commit c47743cdd5

View File

@@ -1,5 +1,6 @@
interface Such {
amaze(): void;
much(): void;
}
declare module 'test-module' {
export function wow(): Such;