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
/
initializeWsc.d.ts
3 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
import
{
WscParams
}
from
'../interfaces/public-types'
;
export
declare
const
initializeWsc
:
(
wscParams
:
WscParams
) =>
void
;