UNPKG

redis-workflow

Version:

Simple Promise based multi-channel workflow rules engine using Redis backing

6 lines (4 loc) 76 B
/** * Global type settings */ type Dictionary = { [key: string]: any; };