UNPKG

@zenithcore/runtime

Version:

Runtime codec implementation for ZenithKernel framework

10 lines (8 loc) 256 B
/** * ZenithKernel Runtime Package * * This package contains modularized runtime components, codecs, and utilities * that can be used by various packages in the ZenithKernel ecosystem. */ // Export all codec implementations export * from './codec';