@rse/traits
Traits for TypeScript Classes
Traits for TypeScript Classes
Reusable business components to enrich domain entities with common attributes like active, name, and more
A tiny library that helps us achieve a certain level of type safety around interfaces (via duck typing). This library also helps us keep JavaScript objects synchronized with any interface definitions that they explicitly implement.