@squawk
    Preparing search index...

    Interface FlightplanFixLookup

    Minimal fix lookup interface consumed by the flightplan resolver. Structurally compatible with the FixResolver shape in @squawk/fixes.

    interface FlightplanFixLookup {
        byIdent(ident: string): Fix[];
    }
    Index

    Methods

    Methods

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

      Parameters

      • ident: string

      Returns Fix[]