/**
* ============================================================================
* = recho.now() =
* ============================================================================
*
* Returns a generator that yields the current time continuously.
*
* @returns {Generator<number>}
*/
const now = recho.now();
//β 1757422825350
echo(now);