UNPKG
tami
Version:
latest (0.1.0)
0.1.0
Typescript client for asterisk's AMI
github.com/joelact/tami
joelact/tami
tami
/
dist
/
actions
/
Action.js
10 lines
(9 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Action
=
void
0
;
class
Action
{
constructor
(
) {
this
.
actionId
= (
Math
.
random
() *
100
).
toString
(); } }
exports
.
Action
=
Action
;