fix: export MembershipKey class

This commit is contained in:
fryorcraken.eth 2022-09-27 22:47:55 +10:00
parent 38fdb53740
commit 462b6e5ccf
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

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