UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 109 B
/** * 说明 0 => A */ declare function numberToLetter(index: number): string; export { numberToLetter };