UNPKG

tmemory

Version:

A terminal-based Memory card game built with React Ink. Features multiple grid sizes, AI opponent, and high scores.

11 lines (10 loc) 273 B
/** * Generates a random device ID if one doesn't exist * @returns The device ID */ export declare const getDeviceId: () => string; /** * Checks if the device has a stored ID * @returns True if the device has an ID */ export declare const hasDeviceId: () => boolean;