UNPKG
bia
Version:
latest (0.19.0)
0.19.0
0.18.3
0.18.2
0.18.1
0.18.0
0.17.1
0.17.0
0.16.11
0.16.10
0.16.8
0.16.7
0.16.6
0.16.3
0.16.2
0.16.1
0.16.0
0.15.9
0.15.8
0.15.7
0.15.6
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.13.0
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
a tool for download git repository
bia
/
common
/
ip
/
index.js
12 lines
(10 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* *
@Author
: hzxulin
@yeah
.net *
@Date
: 2018-02-01 14:04:04 *
@Last
Modified by: hzxulin
@yeah
.net *
@Last
Modified time: 2018-11-20 20:54:40 */
const
utils
=
require
(
'./utils'
) module.exports = () => { utils.
getIpAddress
() }