UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

3 lines (2 loc) 119 B
import { Command } from '../../core/domain/Command'; export declare function executor(command: Command): Promise<any>;