Skip to content

Commit

Permalink
Merge pull request #577 from BerndAmend/main
Browse files Browse the repository at this point in the history
fix compilation error if isolatedModules are used
  • Loading branch information
surma committed Feb 10, 2022
2 parents 46f79fc + 32e1491 commit 36d7bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
WireValue,
WireValueType,
} from "./protocol";
export { Endpoint };
export type { Endpoint };

export const proxyMarker = Symbol("Comlink.proxy");
export const createEndpoint = Symbol("Comlink.endpoint");
Expand Down

0 comments on commit 36d7bfa

Please sign in to comment.