UNPKG

@lodestar/types

Version:

Typescript types required for lodestar

12 lines 406 B
export * from "./types.js"; import * as ssz from "./sszTypes.js"; import { sszTypesFor } from "./sszTypes.js"; export { sszTypesFor, ssz }; // Typeguards export * from "./utils/typeguards.js"; // String type export { StringType, stringType } from "./utils/stringType.js"; // Container utils export * from "./utils/container.js"; export * from "./utils/validatorStatus.js"; //# sourceMappingURL=index.js.map