UNPKG
@tonyo/alpaga
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
Test package
github.com/tonyo/alpaga
tonyo/alpaga
@tonyo/alpaga
/
tmp
/
node-v10.15.0-win-x86
/
node_modules
/
npm
/
lib
/
utils
/
output.js
9 lines
(8 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
var
log =
require
(
'npmlog'
)
// output to stdout in a progress bar compatible way
module
.
exports
=
function
(
) { log.
clearProgress
()
console
.
log
.
apply
(
console
,
arguments
) log.
showProgress
() }