UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

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