UNPKG
hex2dec
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Arbitrary precision decimal/hexadecimal converter.
github.com/donmccurdy/hex2dec
donmccurdy/hex2dec
hex2dec
/
tests
/
.jshintrc
14 lines
(13 loc)
•
260 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"../.jshintrc"
,
"globals"
:
{
"afterEach"
:
false
,
"beforeEach"
:
false
,
"describe"
:
false
,
"it"
:
false
,
"setup"
:
false
,
"suite"
:
false
,
"test"
:
false
,
"teardown"
:
false
}
}