UNPKG

curli-bus

Version:

Simple Command Bus Implementation (CQRS) for NodeJS/Typescript.

2 lines (1 loc) 54 B
export type NextFunctionType = <T>(results?: T) => T;