UNPKG
@fabric-es/operator
Version:
latest (0.7.18)
0.7.18
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.9
0.7.8
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
Network operator
github.com/rtang03/fabric-es
rtang03/fabric-es
@fabric-es/operator
/
dist
/
utils
/
createCommitId.js
6 lines
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
createCommitId
=
void
0
;
const
createCommitId
= (
) =>
`
${
new
Date
(
Date
.now()).toISOString().replace(/[^
0
-
9
]/g,
''
)}
`
;
exports
.
createCommitId
= createCommitId;
//# sourceMappingURL=createCommitId.js.map