UNPKG

@poppinss/string

Version:

A collection of helpers to perform operations on/related to a string value

5 lines (4 loc) 127 B
/** * Ordinalize a give number or string (English only). */ export declare function ordinal(value: string | number): string;