UNPKG
@holiday-jp/holiday_jp
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.4.2
1.4.1
1.4.0
Japanese holidays
github.com/holiday-jp/holiday_jp-js
holiday-jp/holiday_jp-js
@holiday-jp/holiday_jp
/
lib
/
format.d.ts
8 lines
(7 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Format a
date
to
YYYY-MM-DD
string
* @param
date
Date
object
to
format * @returns Formatted
date
string
(YYYY-MM-DD) */
declare
function
format(
date
:
Date
):
string
; export
default
format;