UNPKG

voxa-cli

Version:
6 lines (4 loc) 115 B
import { IVoxaEvent } from "voxa"; export function name(voxaEvent: IVoxaEvent) { return voxaEvent.model.name; }