bs58
bs58 copied to clipboard
cjs export is broken
- Importing this library and calling any of the function fails in node js.
For ex:
Both code snippets fails with error: encode is not a function
import bs58 from "bs58";
bs58.encode(...)
import * as bs58 from "bs58";
bs58.encode(...)