Export types
This commit is contained in:
parent
c0723488d3
commit
203122ee10
|
@ -3,6 +3,8 @@ import {bls as blsHerumi} from "./herumi";
|
||||||
|
|
||||||
export type Implementation = "herumi" | "blst-native";
|
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
|
// TODO: Use a Proxy for example to throw an error if it's not initialized yet
|
||||||
export const bls: IBls = {} as IBls;
|
export const bls: IBls = {} as IBls;
|
||||||
|
|
||||||
|
|
Reference in New Issue