timer-db
Version:
A library for cubing timer results storage with CouchDB-based synchronization.
9 lines • 454 B
TypeScript
export declare function bufferToHex(buffer: ArrayBuffer): string;
/******** AttemptUUID ********/
export declare type AttemptUUID = string;
export declare function isValidAttemptUUID(id: string): boolean;
export declare function newAttemptUUID(date: number): Promise<AttemptUUID>;
/******** SessionUUID ********/
export declare type SessionUUID = string;
export declare function newSessionUUID(): Promise<SessionUUID>;
//# sourceMappingURL=index.d.ts.map