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