Utilities for handling byte arrays.
You can install the types using:
pnpm add @agoralabs-sh/bytes
Command | Description |
---|---|
pnpm build |
Generates build and TypeScript declaration files to the dist/ directory. |
pnpm clean |
Deletes the dist/ directory and the tsconfig.*.tsbuildinfo files. |
pnpm generate:index |
Generates/overwrites the main index.ts file used for exporting all files. |
pnpm lint |
Runs the linter based on the rules in eslint.config.mjs . |
pnpm prettier |
Runs the prettier based on the rules in prettier.config.mjs . |
pnpm test |
Runs Vitest. |
Please read the Contributing Guide to learn about the development process.
Please refer to the LICENSE file.