Skip to content

Commit

Permalink
feat: export length constants for pod and directory names (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin authored Oct 20, 2023
1 parent 0735ded commit 8d1caa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export {
externalDataBlocksToBlocks,
getDataBlock,
} from './file/utils'

export { MAX_POD_NAME_LENGTH, MAX_PODS_COUNT } from './pod/utils'
export { MAX_DIRECTORY_NAME_LENGTH } from './directory/handler'
/**
* Fair Data Protocol options
*/
Expand Down

0 comments on commit 8d1caa9

Please sign in to comment.