UNPKG

@skyway-sdk/token

Version:

The official Next Generation JavaScript SDK for SkyWay

12 lines 319 B
import { v4 } from 'uuid'; /**@internal */ declare const uuidV4: typeof v4; 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