mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
/// <reference path="test-module.d.ts" />
|
|
|
|
declare module 'test-addon' {
|
|
export function addon(): Such;
|
|
}
|