privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

define export type IMTNode = number | string | bigint; directly istead of any. #339

Open 0xDatapunk opened 1 month ago

0xDatapunk commented 1 month ago

https://github.com/privacy-scaling-explorations/zk-kit/blob/c912111c134b6bbefe223bb61ba22f864036e9ba/packages/imt/src/types/index.ts#L4

for JS/imt, it is clearer to define export type IMTNode = number | string | bigint; directly istead of any. All functions require such types anyway