UNPKG

simple-command-bus

Version:
6 lines (5 loc) 134 B
export default class CommandNameExtractor { extractName(command) { throw new Error('extractName method must be implemented'); } }