Skip to content

Commit

Permalink
feat: export PodTypes, Encryption, and Bytes (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin authored Oct 25, 2023
1 parent 8d1caa9 commit f64cb0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export {
} from './file/utils'
export { MAX_POD_NAME_LENGTH, MAX_PODS_COUNT } from './pod/utils'
export { MAX_DIRECTORY_NAME_LENGTH } from './directory/handler'
export * as PodTypes from './pod/types'
export * as Encryption from './utils/encryption'
export * as Bytes from './utils/bytes'

/**
* Fair Data Protocol options
*/
Expand Down

0 comments on commit f64cb0e

Please sign in to comment.