UNPKG

zeus-time

Version:

A next-gen, deterministic timekeeping standard. UNIX is dead. ZEUS lives.

7 lines (6 loc) 269 B
/** * Executes a function when the system time reaches a specific ZEUS hash. * @param epochTime UNIX timestamp in seconds. * @param callback Function to execute. */ export declare function executeAtZeusEpoch(epochTime: number, callback: () => void): Promise<void>;