UNPKG

@iota/area-codes

Version:
8 lines (7 loc) 261 B
/** * Convert the IOTA Area Code to Open Location Code with no validation. * @private * @param iotaAreaCode The IOTA Area Code to convert. * @returns The Open Location Code. */ export declare function iacToOlcInternal(iotaAreaCode: string): string;