Skip to content

Commit 50eba84

Browse files
authored
fix d.ts export
1 parent 756e6ac commit 50eba84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,5 +774,5 @@ declare module "moleculer-web" {
774774

775775
export default ApiGatewayService;
776776

777-
// export = ApiGatewayService;
777+
export = ApiGatewayService;
778778
}

0 commit comments

Comments
 (0)