UNPKG
@gaopeng123/utils.log
Version:
latest (1.1.18)
1.1.18
1.1.18-alpha.1
1.1.17
1.1.17-alpha.0
1.1.16-alpha.4
1.1.16-alpha.0
1.1.15
1.1.15-alpha.9
1.1.15-alpha.6
1.1.15-alpha.5
1.1.15-alpha.1
1.1.14
1.1.14-alpha.1
1.1.13-alpha.4
1.1.13-alpha.3
1.1.12
1.1.12-alpha.3
1.1.12-alpha.2
console print beautification
github.com/ligaopeng123-npm/utils
ligaopeng123-npm/utils
@gaopeng123/utils.log
/
dist
/
index.js
9 lines
(6 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./utils.log.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./utils.log.cjs.development.js'
) }