@bjorkhaug/sbase64url
TypeScript icon, indicating that this package has built-in type declarations

5.0.4 • Public • Published

sbase64url

A simple package for encoding and decoding string to base64url representation.

Usage

import { decodeBase64url, encodeBase64url } from '@bjorkhaug/sbase64url'

const encoded = encodeBase64url('Hello world')
const decoded = decodeBase64url(encoded) // === "Hello world"

Readme

Keywords

none

Package Sidebar

Install

npm i @bjorkhaug/sbase64url

Weekly Downloads

101

Version

5.0.4

License

MIT

Unpacked Size

14.4 kB

Total Files

20

Last publish

Collaborators

  • simenbjorkhaug