This library of all internatinal airports.
npm install @kernet/airportsInstall using npm:
``
npm install @kernet/airports
`
Install using yarn:
`
yarn add @kernet/airports
`
Install using pnpm:
``
pnpm add @kernet/airports
ts
import { getAirports, getAirlines } from "@kernet/airports";const airports = getAirports();
const airlines = getAirlines();
``This is an open source project. Any contribution would be greatly appreciated!