UNPKG
log-mess
Version:
latest (1.0.0)
1.0.0
0.0.4
0.0.2
0.0.1
Log messages with tags and configuration
github.com/Emestie/log-mess
Emestie/log-mess
log-mess
/
dist
/
id.js
5 lines
•
128 B
JavaScript
View Raw
1
2
3
4
5
import
{ store }
from
"./persistent.js"
;
export
function
getId
(
) {
return
store.
id
.
value
++; }
//# sourceMappingURL=id.js.map