UNPKG
websdk-test
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.1
efox-websdk适用不同版本工具调用api组件
websdk-test
/
dist
/
websdk
/
index.d.ts
7 lines
(6 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
WebSdk
{
constructor
(
sdk
?:
any
,
env
?:
string
);
get
(
keyName
:
String
, ...
rest
: []):
Promise
<{}>;
static
_catchError
:
(
resolve
:
Function
,
reject
:
Function
,
rest
:
any
,
_catch_error
?:
any
) =>
void
; }
export
default
WebSdk
;