Files
ResolveSpec/resolvespec-js/dist/index.d.ts
T
warkanum 7f8982fa35 feat(headerspec): add UTF-8 encoding/decoding support
* Implement round-trip encoding/decoding for UTF-8 values in header functions.
* Update encodeHeaderValue and decodeHeaderValue to use base64 utility functions.
* Add tests for UTF-8 header value handling.
* Update Vite config to externalize base64 utility.
2026-09-23 20:57:50 +02:00

5 lines
155 B
TypeScript

export * from './common';
export * from './resolvespec';
export * from './websocketspec';
export * from './headerspec';
//# sourceMappingURL=index.d.ts.map