We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec773dc commit de73bd9Copy full SHA for de73bd9
test/fixtures/typescript/test.ts
@@ -13,5 +13,4 @@ export namespace smart_player_namespace {
13
export declare class FeedService {}
14
}
15
16
-export type FeedService2 = smart_player_namespace.FeedService;
17
-export const FeedService = smart_player_namespace.FeedService;
+export type FeedService = smart_player_namespace.FeedService;
0 commit comments