UNPKG

code-story

Version:

Get your code activity log for standup from git

7 lines (6 loc) 186 B
declare type TimeObject = { hours: number; minutes: number; }; declare const parseStartDayTimeOption: (timeString: string) => TimeObject; export default parseStartDayTimeOption;