UNPKG

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