UNPKG

@codecovevienna/gittt-cli

Version:

Tracking time with CLI into a git repository

5 lines (4 loc) 136 B
import { IRecord } from "../interfaces"; export declare class ImportHelper { importCsv: (filePath: string) => Promise<IRecord[]>; }