bech32m encoding and decoding for node.js
npm install @faustbrian/node-bech32mYou can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
---

```
pnpm install @faustbrian/node-bech32m
`ts
import { encode, decode } from "@faustbrian/node-bech32m";
decode(encode("a"));
``
This is an open-sourced software licensed under the AGPL-3.0-or-later.