UNPKG
@bckd00r/time-parse
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
✨ A simple time parser module
github.com/bckd00r/time-parse
bckd00r/time-parse
@bckd00r/time-parse
/
dist
/
index.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
/// <reference types="time-parse" />
import
{
TimeEx
,
IOptions
}
from
'mytimeparser'
;
export
default
function
parse
(
timeString
:
string
,
timeName
?:
TimeEx
,
options
?:
IOptions
):
number
;