Skip to content

Commit

Permalink
export named DAPClient as well as default (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr authored Oct 5, 2022
1 parent 43b5184 commit f4e1096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dap/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { DAPClient as default } from "./client";
export { DAPClient, DAPClient as default } from "./client";

0 comments on commit f4e1096

Please sign in to comment.