@squawk
    Preparing search index...

    Variable usBundledRegistryConst

    usBundledRegistry: RegistryDataset = ...

    Pre-processed snapshot of US aircraft registrations derived from the FAA ReleasableAircraft database.

    Contains registration, make, model, operator, aircraft type, engine type, and year of manufacture for all US-registered aircraft with an assigned ICAO hex address.

    Pass the records array directly to createIcaoRegistry() from @squawk/icao-registry for zero-config lookups:

    import { usBundledRegistry } from '@squawk/icao-registry-data';
    import { createIcaoRegistry } from '@squawk/icao-registry';

    const registry = createIcaoRegistry({ data: usBundledRegistry.records });