@faustbrian/node-base64-url
v1.0.0
Published
base64-url encoding and decoding for node.js
Downloads
8
Readme
You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
@faustbrian/node-base64-url
Installation
pnpm install @faustbrian/node-base64-url
Usage
import { encode, decode } from "@faustbrian/node-base64-url";
decode(encode("a"));
License
This is an open-sourced software licensed under the AGPL-3.0-or-later.