UNPKG

tami

Version:

Typescript client for asterisk's AMI

10 lines (9 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Action = void 0; class Action { constructor() { this.actionId = (Math.random() * 100).toString(); } } exports.Action = Action;