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
/
parser
/
parser-from-csv.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
import
{
Employee
}
from
"../models"
;
export
default
function
parse
(
input: string
):
Employee
[];