Export constants consistently
This commit is contained in:
parent
bd17160713
commit
9194769d62
|
@ -2,8 +2,8 @@ import {PrivateKey} from "./privateKey";
|
|||
import {PublicKey} from "./publicKey";
|
||||
import {Signature} from "./signature";
|
||||
import {IBls} from "../interface";
|
||||
export * from "../constants";
|
||||
import {functionalInterfaceFactory} from "../functional";
|
||||
export * from "../constants";
|
||||
|
||||
export {PrivateKey, PublicKey, Signature};
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ import {Signature} from "./signature";
|
|||
import {init, destroy} from "./context";
|
||||
import {IBls} from "../interface";
|
||||
import {functionalInterfaceFactory} from "../functional";
|
||||
export * from "../constants";
|
||||
|
||||
export {PrivateKey, PublicKey, Signature, init, destroy};
|
||||
|
||||
|
|
Reference in New Issue