UNPKG
@woolson/short-link
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Convert long link to short with chinaz.
github.com/woolson/short-link
woolson/short-link
@woolson/short-link
/
src
/
loading.js
4 lines
(3 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
const
ora =
require
(
'ora'
)
const
{ prefix } =
require
(
'./logger'
)
exports
.
loading
=
ora
({
prefixText
: prefix})