UNPKG

li18nt

Version:

Locales linter, formatter, sorter and prettifier

7 lines (6 loc) 216 B
/** * Iterates over the list providing a list-number as first and the array-item * as second value. * @param arr Source array. */ export declare function generateList<T>(arr: T[]): IterableIterator<[string, T]>;