Skip to content

Commit

Permalink
feat(stream): export ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Oct 21, 2024
1 parent 0b69b95 commit 32b9fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib-protocol-stream/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ export {
} from "./packets/schema"

export { type PskEnvironment, getPskEnvironment } from "./crypto/functions"

export { multiplyByRatio, type Ratio } from "./math/ratio"

0 comments on commit 32b9fbe

Please sign in to comment.