Node entry point. Synchronously reads, decompresses, and parses the
bundled data/icao-registry.json.gz snapshot at module load time, then
exposes the result as a single eager constant. Suitable for server-side
Node consumers.
Browser and edge consumers should use the ./browser entry point
instead, which performs the same work asynchronously via fetch and
DecompressionStream.
Node entry point. Synchronously reads, decompresses, and parses the bundled
data/icao-registry.json.gzsnapshot at module load time, then exposes the result as a single eager constant. Suitable for server-side Node consumers.Browser and edge consumers should use the
./browserentry point instead, which performs the same work asynchronously viafetchandDecompressionStream.