dropped test-module

This commit is contained in:
Bart van der Schoor
2014-06-18 23:29:29 +02:00
parent 1da3b5fc02
commit 26109abe15
2 changed files with 0 additions and 12 deletions
-5
View File
@@ -1,5 +0,0 @@
/// <reference path="test-module.d.ts" />
declare module 'test-addon' {
export function addon(): Such;
}
-7
View File
@@ -1,7 +0,0 @@
interface Such {
amaze(): void;
much(): void;
}
declare module 'test-module' {
export function wow(): Such;
}