bs58 icon indicating copy to clipboard operation
bs58 copied to clipboard

cjs export is broken

Open himanshuchawla009 opened this issue 6 months ago • 1 comments

  • 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(...)

himanshuchawla009 avatar Aug 05 '24 06:08 himanshuchawla009