UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

3 lines (2 loc) 146 B
/** Formats elapsed milliseconds with the smallest useful unit breakdown. */ export declare function formatElapsed(milliseconds: number): string;