UNPKG
qtsd-fork
Version:
latest (0.0.2)
0.0.2
0.0.1
Do not use this please
qtsd-fork
/
example
/
node_modules
/
time-stamp
/
index.d.ts
6 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
timestamp
(
pattern
?:
string
|
Date
,
date
?:
Date
):
string
declare
function
timestampUTC
(
pattern
?:
string
|
Date
,
date
?:
Date
):
string
export
default
timestamp
export
{ timestampUTC
as
utc };