mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added definitions for test-module
amaze
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/// <reference path="test-module.d.ts" />
|
||||
|
||||
declare module 'test-addon' {
|
||||
export function addon(): Such;
|
||||
}
|
||||
Vendored
+3
-3
@@ -1,6 +1,6 @@
|
||||
interface Such {
|
||||
amaze(): void;
|
||||
}
|
||||
declare module 'test-module' {
|
||||
interface Such {
|
||||
amaze(): void;
|
||||
}
|
||||
export function wow(): Such;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user