UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 154 B
/** * Returns the nth ordinal representation of the given number. * @example `nth(1)` returns '1st' */ export declare function nth(n: number): string;