UNPKG
hsd
Version:
latest (8.0.0)
8.0.0
7.0.1
7.0.0
6.1.1
6.1.0
6.0.0
5.1.0
5.0.1
5.0.0
4.0.1
4.0.0
3.0.1
3.0.0
2.4.0
2.3.0
2.2.0
2.1.5
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
0.0.0
Cryptocurrency bike-shed
github.com/handshake-org/hsd
handshake-org/hsd
hsd
/
lib
/
ui
/
index.js
15 lines
(11 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*! * ui/index.js - high-level objects for hsd * Copyright (c) 2017-2018, Christopher Jeffrey (MIT License). * https://github.com/handshake-org/hsd */
'use strict'
;
/** *
@module
ui
*/
exports
.
Amount
=
require
(
'./amount'
);
exports
.
URI
=
require
(
'./uri'
);