@cosmicdrift/kumiko-types
v0.234.0
Published
Framework-Type-Definitions für Kumiko — FeatureDefinition, BootCheck-Types und die reinen Engine-Types. Erlaubt Downstream-Konsumenten, gegen die Type-Contracts zu bauen, ohne das ganze Framework-Package zu importieren. Enthaelt keine identitaets-sensitiv
Readme
@cosmicdrift/kumiko-types
Framework type definitions for Kumiko — FeatureDefinition, boot-check types,
and the pure engine types. Lets downstream consumers build against the type
contracts without importing the whole framework package.
Carries no identity-sensitive runtime values: no classes, and brand symbols use
Symbol.for. Resolving two copies of this package is therefore harmless, so
kumiko-framework/kumiko-bundled-features declare it as a plain dependency.
The error classes callers branch on with instanceof live in kumiko-framework
(/event-store, /crypto), which stays a single copy.
See the monorepo root README for the broader pitch.
