UNPKG

@presidio-dev/factifai-agent

Version:

An AI powered browser automation testing agent powered by LLMs.

5 lines 169 B
/** * Format milliseconds into a human readable duration */ export declare function formatDuration(ms: number | null): string; //# sourceMappingURL=time-utils.d.ts.map