UNPKG
plivo-promise
Version:
latest (0.5.1-alpha)
0.5.1-alpha
0.5.0-alpha
0.3.3-promise
Plivo NodeJS helper library.Now with promise
github.com/plivo/plivo-node
plivo/plivo-node
plivo-promise
/
src
/
plivo.js
9 lines
(7 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
PlivoResponse
from
'./PlivoResponse'
;
import
PlivoRestAPI
from
'./PlivoRestAPI'
;
const
plivo = {
Response
:
PlivoResponse
,
RestAPI
:
PlivoRestAPI
, };
export
default
plivo;