Export types

This commit is contained in:
Cayman 2020-11-29 12:54:33 -06:00
parent c0723488d3
commit 203122ee10
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import {bls as blsHerumi} from "./herumi";
export type Implementation = "herumi" | "blst-native";
export * from "./interface";
// TODO: Use a Proxy for example to throw an error if it's not initialized yet
export const bls: IBls = {} as IBls;