@squawk
    Preparing search index...

    Interface IcaoRegistry

    An initialized ICAO registry that resolves hex addresses to aircraft registration records.

    interface IcaoRegistry {
        recordCount: number;
        lookup(icaoHex: string): AircraftRegistration | undefined;
    }
    Index

    Properties

    Methods

    Properties

    recordCount: number

    Total number of records in the loaded dataset.

    Methods