UNPKG
@amo-tm/wsc
Version:
alpha (1.0.0-alpha.1)
latest (1.0.1)
1.0.1
1.0.0
1.0.0-alpha.1
1.0.0-alpha.0
The amo WSC component of the amo JS SDK
github.com/amo-tm/amo-js-sdk
amo-tm/amo-js-sdk
@amo-tm/wsc
/
dist
/
api
/
mountWsc.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
{
MountWscOptions
}
from
'../interfaces/public-types'
;
export
declare
const
mountWsc
:
(
options
:
MountWscOptions
) =>
Promise
<
void
>;