Node entry point. Exposes the resolver factory plus parseFaaRegistryZip
for parsing fresh FAA ReleasableAircraft ZIPs at runtime.
Browser and edge consumers should use the ./browser entry point instead,
which omits parseFaaRegistryZip (it depends on Node's Buffer and the
adm-zip package and is unsuitable for browser bundles).
Node entry point. Exposes the resolver factory plus
parseFaaRegistryZipfor parsing fresh FAA ReleasableAircraft ZIPs at runtime.Browser and edge consumers should use the
./browserentry point instead, which omitsparseFaaRegistryZip(it depends on Node'sBufferand theadm-zippackage and is unsuitable for browser bundles).