UNPKG
five-bells-routing
Version:
latest (4.0.0)
4.0.0
3.1.0
3.0.0
2.0.0
1.0.0
ILP routing layer utilities
github.com/interledger/five-bells-routing
interledger/five-bells-routing
five-bells-routing
/
index.js
10 lines
(7 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
const
Route
=
require
(
'./src/lib/route'
)
const
RoutingTables
=
require
(
'./src/lib/routing-tables'
)
module
.
exports
= {
Route
,
RoutingTables
}