UNPKG

@iota/area-codes

Version:
7 lines (6 loc) 275 B
/** * Extract an IOTA Area Code from trytes. * @param trytes The trytes from which to try and extract the IOTA Area Code. * @returns The IOTA Area Code if one could be extracted, or undefined. */ export declare function extract(trytes: string): string | undefined;