UNPKG
webos-tv-library
Version:
latest (1.2.1)
1.2.1
1.2.0
1.2.0-fix
WebOS TV Library
github.com/signalive/webOS-tv-library
signalive/webOS-tv-library
webos-tv-library
/
index.d.ts
18 lines
(17 loc)
•
448 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
declare
module
'webos-tv-library'
{
namespace
LunaRequest
{
const
service
: {
request
(
serviceID
:
string
,
config
: {
method
:
string
,
params
?: {},
onFailure
?:
Function
,
onSuccess
?:
Function
,
onComplete
?:
Function
} ):
any
; } }
export
=
LunaRequest
; }