The repo can be used as a library, eg: ``` import timesheet from 'git-csv-timesheet'; const config = ... const summary = timesheet.analyze(config); ```
The repo can be used as a library, eg: