Skip to content

Commit

Permalink
chore: expose utilities (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Nov 28, 2023
1 parent d29d5c4 commit 56be9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare global {
Utils: typeof import('./utils/expose')
BeeError: typeof import('./utils/error').BeeError
BeeArgumentError: typeof import('./utils/error').BeeArgumentError
BeeResponseError: typeof import('./utils/error').BeeResponseError
}
}
}
2 changes: 2 additions & 0 deletions src/utils/expose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export { keccak256Hash } from './hash'
export { makeMaxTarget } from './pss'

export {
getAmountForTtl,
getDepthForCapacity,
getStampCostInBzz,
getStampCostInPlur,
getStampMaximumCapacityBytes,
Expand Down

0 comments on commit 56be9b9

Please sign in to comment.