deno/tests/specs/check/export_equals_declaration_file/other.d.ts

9 lines
137 B
TypeScript

export = other;
declare function other(): string;
declare namespace other {
interface Attributes {
[attr: string]: string;
}
}