Buckets:
| # @oslojs/encoding | |
| **Documentation: https://encoding.oslojs.dev** | |
| A JavaScript library for encoding and decoding data with hexadecimal, base32, base64, and base64url encoding schemes based on [RFC 4648](https://datatracker.ietf.org/doc/html/rfc4648). Implementations may be stricter than most to follow the RFC as close as possible. | |
| - Runtime-agnostic | |
| - No third-party dependencies | |
| - Fully typed | |
| ```ts | |
| import { encodeBase64, decodeBase64 } from "@oslojs/encoding"; | |
| const data: Uint8Array = new TextEncoder().encode("hello world"); | |
| const encoded = encodeBase64(data); | |
| const decoded = decodeBase64(encoded); | |
| ``` | |
| ## Installation | |
| ``` | |
| npm i @oslojs/encoding | |
| ``` | |
Xet Storage Details
- Size:
- 664 Bytes
- Xet hash:
- 8ca49449020e6dafcbda962881a3edc51172dd608a534362348ecbe2b02f4698
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.