Closed coindegen closed 2 years ago
I am getting this same error. @bytesbay can you please provide better typescript support? Thank you!
In the meantime I suggest going:
import * as Web3Token from "web3-token";
import { sign } from "web3-token";
In a NextJS 12.0.4 app using Typescript, I am getting
npm run build
errors when I import the package like this:The error:
Please advise.