UNPKG
harvest-overtime
Version:
latest (3.0.0)
3.0.0
2.2.2
2.2.1
2.1.1
2.1.0
2.0.0
1.0.0
Track the overtime!
github.com/flandrade/harvest-overtime
flandrade/harvest-overtime
harvest-overtime
/
lib
/
report
/
scraper.d.ts
3 lines
(2 loc)
•
156 B
TypeScript
View Raw
1
2
3
import
{
Employee
,
ReportEmployee
}
from
"../models"
;
export
default
function
report
(
regularDayHours: number
):
(
employees: Employee[]
) =>
ReportEmployee
[];