UNPKG
@ngxp/log
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.3.0
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
github.com/ngxp/log
ngxp/log
@ngxp/log
/
dist
/
date.js
7 lines
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
getTimestamp
(
) {
return
(
new
Date
()).
toISOString
(); }
exports
.
getTimestamp
= getTimestamp;
//# sourceMappingURL=date.js.map