UNPKG

hex-architect

Version:

A collection of components for creating hexagonal architecture with ports and adapters which allows for clean separation of the application and domain layers from the execution environment.

4 lines (3 loc) 85 B
import { Message } from './message'; export interface Command extends Message { }