mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
added method to test-module
This commit is contained in:
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
interface Such {
|
||||
amaze(): void;
|
||||
much(): void;
|
||||
}
|
||||
declare module 'test-module' {
|
||||
export function wow(): Such;
|
||||
|
||||
Reference in New Issue
Block a user