UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

8 lines (7 loc) 230 B
export declare function parseUuid(text: string): Uuid; export declare function generateUuid(): Uuid; export declare class Uuid { private readonly bytes; constructor(bytes: ReadonlyArray<number>); toString(): string; }