@squawk
    Preparing search index...

    Interface FlightplanNavaidLookup

    Minimal navaid lookup interface consumed by the flightplan resolver. Structurally compatible with @squawk/navaids!NavaidResolver.

    interface FlightplanNavaidLookup {
        byIdent(ident: string): Navaid[];
    }
    Index

    Methods

    Methods

    • Looks up navaids by identifier. Returns an empty array if none found.

      Parameters

      • ident: string

      Returns Navaid[]