Merge pull request #22 from waku-org/export-membership-class

This commit is contained in:
fryorcraken.eth 2022-09-27 22:51:32 +10:00 committed by GitHub
commit 4f8118eb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {