Skip to content

Commit

Permalink
feat: add type of WSHE
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed May 13, 2024
1 parent 277b7c1 commit 8135bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export function createWSHE<
}
}

export type WSHE = ReturnType<typeof createWSHE>

export type {
WSHEConfig,
WSHEMessage,
Expand Down

0 comments on commit 8135bb6

Please sign in to comment.