UNPKG

@geoapify/un-locode

Version:

A Node.js library for querying United Nations Location Code (UN/LOCODE) data

3 lines (2 loc) 148 B
import { UnlocodeItem } from "./models/unlocode.interface"; export declare function query(countryCode: string, locationCode: string): UnlocodeItem;