mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
* decouple utils, remove global variables * decouple hash utils * decouple proof related stuff * move to utils, move to resources * decouple zerokit * fix spelling * fix mock * remove auto prettier, typo * retur prettier * comma
3 lines
81 B
TypeScript
3 lines
81 B
TypeScript
export { RLNContract } from "./rln_contract.js";
|
|
export * from "./constants.js";
|