UNPKG

@promptbook/utils

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

8 lines (7 loc) 217 B
import type { FromtoItems } from '../../utils/FromtoItems'; /** * Count the duration of working time * * @private within the repository */ export declare function countWorkingDuration(items: FromtoItems): number;