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
+5
View File
@@ -0,0 +1,5 @@
/// <reference path="test-module.d.ts" />
declare module 'test-addon' {
export function addon(): Such;
}