UNPKG

@modelmap/a1-notation

Version:

Work with A1 notation like "A1" or "A1:B2"

8 lines (7 loc) 155 B
/** * @fileOverview Converts row number to string * @param {number} row * * @return {string} */ export default function (row: number): string;