@wpazderski/js-utils
    Preparing search index...

    Class NumberToStringConverter<TInput, TOutput>

    Converter that converts a "number" to a "string".

    Type Parameters

    • TInput extends number = number

      The type of the input value; must extend "number".

    • TOutput extends string = string

      The type of the output value; must extend "string".

    Hierarchy (View Summary)

    Index

    Methods

    • Throws a ConversionError for the given value.

      Parameters

      • value: TInput

        The value that caused the conversion error.

      Returns never

      never - This function does not return; it always throws an error.

      ConversionError - An error indicating that the conversion failed.