Open bkawk opened 5 years ago
No one response?
not yet I'm still waiting
Attempting to get this merged... https://github.com/EOSIO/eosjs-ecc/pull/63/commits/037919f60d944617f51ce59aab6ad23bd204b66f
This has been resolved and can be closed.
After installing 4.0.7 I still get the error
Could not find a declaration file for module 'eosjs-ecc'. '/Users/bkawk/Documents/Worbli/Tokenoro/tokenoroFrontEnd/node_modules/eosjs-ecc/lib/index.js' implicitly has an 'any' type.
Try `npm install @types/eosjs-ecc` if it exists or add a new declaration (.d.ts) file containing `declare module 'eosjs-ecc';`
and
error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2feosjs-ecc: Not found".
any update here?
please publish the types
wen ts?
@Lizard-King101 you can use ts implementaion from eosjs:
https://github.com/EOSIO/eosjs/blob/master/src/eosjs-ecc-migration.ts
import { ecc } from "eosjs/dist/eosjs-ecc-migration";
Please publish the types