UNPKG
tell-me-when
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
human relative date and time parser
github.com/jedwards1211/tell-me-when
jedwards1211/tell-me-when
tell-me-when
/
util
/
applyDateFns.d.ts
5 lines
•
186 B
TypeScript
View Raw
1
2
3
4
5
import
{
DateFn
}
from
'./DateFn'
;
export
declare
function
applyDateFns
(
dateFns: DateFn[], { now }?: { now?:
Date
; }
):
Date
| [
Date
,
Date
];
//# sourceMappingURL=applyDateFns.d.ts.map