UNPKG

@amirmarmul/waba-common

Version:

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

8 lines (7 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.executor = void 0; async function executor(command) { return await command.execute(); } exports.executor = executor;