UNPKG
bstring
Version:
latest (0.3.9)
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
String encodings for javascript
github.com/bcoin-org/bstring
bcoin-org/bstring
bstring
/
lib
/
bstring.js
12 lines
(9 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/*! * bstring * Copyright (c) 2017, Christopher Jeffrey (MIT License). * https://github.com/bcoin-org/bstring */
'use strict'
;
exports
.
base58
=
require
(
'./base58'
);
exports
.
bech32
=
require
(
'./bech32'
);
exports
.
cashaddr
=
require
(
'./cashaddr'
);