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
/
Ping.d.ts
6 lines
(5 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Action
}
from
'./Action'
;
export
declare
class
Ping
extends
Action
{
constructor
(
);
getAction
():
string
; }