fairDataSociety / fdp-storage

Serverless Web3 filesystem for organizing users' personal data implemented in Typescript.
https://www.npmjs.com/package/@fairdatasociety/fdp-storage
Apache License 2.0
9 stars 11 forks source link

Export constants for data length limitations #275

Closed IgorShadurin closed 1 year ago

IgorShadurin commented 1 year ago

I propose exporting constants that represent data length limitations for

Rationale: By exporting these constants, it provides the ability for external applications or services to leverage and adhere to the established limitations set within the platform. This ensures consistency and prevents potential errors that might arise from hardcoded values or assumptions about these limitations.

Related: https://github.com/fairDataSociety/fairdrive-theapp/issues/291