define export type IMTNode = number | string | bigint; directly istead of any. #339
Labels
audit 🔍
This issue is related to an audit.
good first issue
Good for newcomers
refactoring ♻️
A code change that neither fixes a bug nor adds a feature
zk-kit/packages/imt/src/types/index.ts
Line 4 in c912111
for JS/imt, it is clearer to define export type IMTNode = number | string | bigint; directly istead of any.
All functions require such types anyway
The text was updated successfully, but these errors were encountered: