@squawk
    Preparing search index...

    Variable usBundledNavaidsConst

    usBundledNavaids: NavaidDataset = ...

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

    Contains navaid identification, location, frequency, type, and service volume information for every non-shutdown navigational aid (VORs, VORTACs, VOR/DMEs, TACANs, DMEs, NDBs, NDB/DMEs, fan markers, and VOTs) published by the FAA. Includes selected Canadian, Mexican, and Caribbean navaids that participate in US operations; their state field is undefined while country is populated with a two-letter code.

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

    import { usBundledNavaids } from '@squawk/navaid-data';
    import { createNavaidResolver } from '@squawk/navaids';

    const resolver = createNavaidResolver({ data: usBundledNavaids.records });