Don't export types from switchable

This commit is contained in:
Cayman 2022-04-13 15:06:11 -05:00
parent 269c96832b
commit 8e8447d2f9
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
1 changed files with 0 additions and 2 deletions

View File

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