UNPKG

317 BTypeScriptView Raw
1import { Route } from '../types/routing';
2import { Relation } from './relation';
3import ForwardingRoutingTable from '../services/forwarding-routing-table';
4export declare function canDragonFilter(routingTable: ForwardingRoutingTable, getRelation: (prefix: string) => Relation, prefix: string, route: Route): boolean;