<!--NOTE: --> <!--- General questions should go to the discord chat instead of the issue tracker.--> **Describe the bug** Export this file in the root index https://github.com/ChainSafe/bls/blob/master/src/errors.ts **Expected behavior** <!--A clear and concise description of what you expected to happen.--> Be able to import those errors from `import {CustomError} from "@chainsafe/bls"`
Describe the bug
Export this file in the root index https://github.com/ChainSafe/bls/blob/master/src/errors.ts
Expected behavior
Be able to import those errors from
import {CustomError} from "@chainsafe/bls"