UNPKG
@idris-maps/yyyy-mm-dd
Version:
latest (0.0.2)
0.0.2
0.0.1
A date library dealing only with days in the YYYY-MM-DD format
@idris-maps/yyyy-mm-dd
/
dist
/
add.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
declare
type
Unit
=
'day'
|
'days'
|
'week'
|
'weeks'
|
'month'
|
'months'
|
'year'
|
'years'
;
declare
const
_default
:
import
(
"./curry"
).
CurriedFunction3
<
Unit
,
number
,
string
,
string
>;
export
default
_default;