UNPKG
@randombenj/db
Version:
latest (1.10.2-alpha.0)
unstable (1.10.2-alpha.41)
1.10.2-alpha.42
1.10.2-alpha.41
1.10.2-alpha.0
Display, search and copy LXD-images using a web interface.
github.com/Roche/lxdhub
Roche/lxdhub
@randombenj/db
/
lib
/
log
/
index.js
7 lines
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
__export
(
require
(
"./log.service"
));
//# sourceMappingURL=index.js.map