UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

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;