UNPKG

@skyway-sdk/token

Version:

The official Next Generation JavaScript SDK for SkyWay

11 lines 295 B
/**@internal */ declare const uuidV4: () => string; export * from './encoder'; export * from './scope/sfu'; export * from './scope/v1-2'; export * from './scope/v3'; export * from './token'; export { uuidV4 }; export * from './errors'; export * from './util'; //# sourceMappingURL=index.d.ts.map