@skyway-sdk/token
Version:
The official Next Generation JavaScript SDK for SkyWay
11 lines • 476 B
TypeScript
/**@internal */
declare const uuidV4: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number | undefined) => T) & ((options?: import("uuid").V4Options | undefined) => 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