UNPKG
jsx-slack
Version:
latest (6.1.2)
6.1.2
6.1.1
6.1.0
6.0.0
5.3.1
5.3.0
5.2.1
5.2.0
5.1.0
5.0.0
4.6.1
4.6.0
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.3
4.4.2
4.4.1
4.4.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.0.0
0.0.0
Build JSON object for Slack Block Kit surfaces from JSX
github.com/yhatt/jsx-slack
yhatt/jsx-slack
jsx-slack
/
types
/
date.d.ts
2 lines
(1 loc)
•
72 B
TypeScript
View Raw
1
2
export
default
function
formatDate
(
date
:
Date
,
format
:
string
):
string
;