064c9afa1e
Applied monorepo normalization: - Updated TypeScript to use composite project references with NodeNext - Configured Biome for linting and formatting - Standardized package.json metadata across all packages - Set up changesets for version management and npm publishing - Added vitest test infrastructure to all packages - Created Gitea Actions CI pipeline - Added solve-issue workflow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
214 B
TypeScript
6 lines
214 B
TypeScript
/**
|
|
* Deterministic CBOR encoding per RFC 8949 (bytewise-sorted map keys,
|
|
* smallest-possible integer sizes).
|
|
*/
|
|
export declare function cborEncode(value: unknown): Uint8Array;
|
|
//# sourceMappingURL=cbor.d.ts.map
|