UNPKG

english-ordinals

Version:

Ordinal numbers in English: 1 => first etc.

7 lines (6 loc) 230 B
/** * @license * Copyright 2020 Ludan Stoecklé, 2015 Martin Eneqvist <marlun78@hotmail.com> (https://github.com/marlun78) * SPDX-License-Identifier: MIT */ export declare function getOrdinal(val: number): string | undefined;