UNPKG

ordinal

Version:

Module to provide the ordinal letters following a numeral

5 lines (3 loc) 110 B
import indicator from './indicator' export { indicator } export default function ordinal (i: number): string