UNPKG

@codecovevienna/gittt-cli

Version:

Tracking time with CLI into a git repository

6 lines (5 loc) 208 B
import { BookType } from 'xlsx'; import { IProject } from '../interfaces'; export declare class ExportHelper { static export(path?: string, name?: string, type?: BookType, projects?: IProject[]): void; }