UNPKG
@narkdown/notion-parser
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
Parse notion response
narkdown/notion-parser
@narkdown/notion-parser
/
dist
/
types
/
utils
/
format-date.d.ts
5 lines
(4 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
formatDate
:
(
dateString
:
string
,
options
?: { timeZone?:
string
|
undefined
; format?:
string
|
undefined
; } |
undefined
) =>
string
;