UNPKG
@iota/area-codes
Version:
latest (0.1.1)
0.1.1
0.1.0
IOTA Area Codes (IAC) JavaScript
github.com/iotaledger/iota-area-codes
iotaledger/iota-area-codes
@iota/area-codes
/
typings
/
internal.d.ts
8 lines
(7 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 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
;