@squawk
    Preparing search index...

    Interface FlightplanFixLookup

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

    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[]