UNPKG
@r1tsu/payload
Version:
latest (3.0.0-beta.31)
3.0.0-beta.31
3.0.0-beta.28
3.0.0-beta.26
3.0.0-beta.25
3.0.0-beta.24
3.0.0-beta.23
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.15
3.0.0-beta.11
@r1tsu/payload
/
dist
/
utilities
/
timestamp.js
7 lines
(6 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
timestamp
= (
label
)=>{
if
(!process.
env
.
PAYLOAD_TIME
) process.
env
.
PAYLOAD_TIME
=
String
(
new
Date
().
getTime
());
const
now =
new
Date
();
console
.
log
(
`[
${now.getTime() -
Number
(process.env.PAYLOAD_TIME)}
ms]
${label}
`
); };
//# sourceMappingURL=timestamp.js.map