UNPKG
@isomorphic-pgp/parser
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
An OpenPGP message parser
github.com/wmhilton/isomorphic-pgp
wmhilton/isomorphic-pgp
@isomorphic-pgp/parser
/
bits.js
2 lines
(1 loc)
•
53 B
JavaScript
View Raw
1
2
module.exports.bits
= [
1
,
2
,
4
,
8
,
16
,
32
,
64
,
128
]
;