UNPKG

150 BPlain TextView Raw
1import PrefixMap from '../routing/prefix-map'
2import { Route } from '../types/routing'
3
4export default class RoutingTable extends PrefixMap<Route> {}