Browser / edge entry point. Exposes the resolver factory and shared types
without pulling in parseFaaRegistryZip, which depends on Node's Buffer
and the adm-zip package and is unsuitable for browser bundles. Pair with
@squawk/icao-registry-data/browser to consume the bundled snapshot.
Node consumers should use the default entry point, which also
exports parseFaaRegistryZip for parsing fresh FAA ReleasableAircraft ZIPs
at runtime.
Browser / edge entry point. Exposes the resolver factory and shared types without pulling in
parseFaaRegistryZip, which depends on Node'sBufferand theadm-zippackage and is unsuitable for browser bundles. Pair with@squawk/icao-registry-data/browserto consume the bundled snapshot.Node consumers should use the default entry point, which also exports
parseFaaRegistryZipfor parsing fresh FAA ReleasableAircraft ZIPs at runtime.