UNPKG
@signiant/media-shuttle-sdk-base
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)
www.signiant.com
@signiant/media-shuttle-sdk-base
/
dist
/
esm
/
internal
/
system
/
Registration.d.ts
7 lines
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
class
Registration
{
private
readonly
_channelString;
constructor
(
channelObject
:
object
);
initApp
():
void
; }
export
default
Registration
;
//# sourceMappingURL=Registration.d.ts.map