mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
added method to test-module
This commit is contained in:
1
test-module/test-module.d.ts
vendored
1
test-module/test-module.d.ts
vendored
@@ -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