UNPKG
@zenithcore/runtime
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
0.1.1
0.1.0
Runtime codec implementation for ZenithKernel framework
@zenithcore/runtime
/
src
/
index.ts
10 lines
(8 loc)
•
256 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * 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'
;