mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
added test-module.d.ts
This commit is contained in:
6
test-module/test-module.d.ts
vendored
Normal file
6
test-module/test-module.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module 'test-module' {
|
||||
interface Such {
|
||||
amaze(): void;
|
||||
}
|
||||
export function wow(): Such;
|
||||
}
|
||||
Reference in New Issue
Block a user