UNPKG

@chainsafe/eth2.0-utils

Version:

Utilities required across multiple lodestar packages

6 lines (5 loc) 212 B
/** * This submodule includes utilities that are nodejs-specific. * To that end, the submodule is not exported to the root level, so nodejs-specific code can be imported separately. */ export * from "./yaml";