UNPKG
@ajhenry/stack
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
A CLI to bootstrap dev environments lightning fast ⚡
github.com/ajhenry/stack
ajhenry/stack
@ajhenry/stack
/
lib
/
logger.js
6 lines
(5 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslog_1 =
require
(
"tslog"
);
const
logger =
new
tslog_1.
Logger
();
exports
.
default
= logger;