Define IMTNode explicitly instead of any #323
Labels
audit 🔍
This issue is related to an audit.
documentation 📖
Improvements or additions to documentation
duplicate ‼️
This issue or pull request already exists
question ❔
Further information is requested
zk-kit/packages/imt/src/types/index.ts
Line 4 in aa02c6d
does it make sense to define
export type IMTNode = number | string | bigint
directly instead of any?All functions require such types anyway
The text was updated successfully, but these errors were encountered: