mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-03 22:23:09 +00:00
Merge pull request #22 from waku-org/export-membership-class
This commit is contained in:
commit
4f8118eb5f
@ -1,4 +1,5 @@
|
||||
import type { MembershipKey, Proof, RLNInstance } from "./rln.js";
|
||||
import type { Proof, RLNInstance } from "./rln.js";
|
||||
import { MembershipKey } from "./rln.js";
|
||||
|
||||
// reexport the create function, dynamically imported from rln.ts
|
||||
export async function create(): Promise<RLNInstance> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user