UNPKG
react-native-position
Version:
latest (1.8.1)
1.8.1
1.8.0
1.2.2
1.2.1
1.1.1
1.1.0
0.0.1
react-native-position
github.com/YBFACC/react-native-position
YBFACC/react-native-position
react-native-position
/
lib
/
commonjs
/
utils.js
12 lines
(11 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
macTransform
= macTransform;
//16 进制 转 10 进制(9c:2b:a6:96:d3:e7 )
function
macTransform
(
mac
) { mac = mac.
replace
(
/:/g
,
''
);
return
parseInt
(mac,
16
); }
//# sourceMappingURL=utils.js.map