@gks101/numtowords - v1.0.3
    Preparing search index...

    Interface CurrencyUnitForms

    Singular/plural word forms for a currency unit.

    interface CurrencyUnitForms {
        one: string;
        other: string;
    }
    Index

    Properties

    Properties

    one: string

    Form used for value = 1.

    other: string

    Form used for all other values.