@squawk
    Preparing search index...

    Variable usBundledFixesConst

    usBundledFixes: FixDataset = ...

    Pre-processed snapshot of fix/waypoint data derived from the FAA NASR 28-day subscription cycle.

    Contains fix identification, location, usage category, ARTCC assignment, chart associations, and navaid relationships for every non-CNF named fix and waypoint published by the FAA. Includes selected Canadian, Mexican, Caribbean, and Pacific fixes that participate in US operations; their state field is undefined while country is populated with a two-letter code and icaoRegionCode reflects the foreign region (e.g. CY for Canada).

    Pass the records array directly to createFixResolver() from @squawk/fixes for zero-config lookups:

    import { usBundledFixes } from '@squawk/fix-data';
    import { createFixResolver } from '@squawk/fixes';

    const resolver = createFixResolver({ data: usBundledFixes.records });