utility-pickle - v0.1.0
    Preparing search index...

    Class Transformation

    A static utility class that serves as a single entry point for all type- and value-transformations. Provides easy access to common string and number transformations and utility functions such as pipe composition.

    Index

    Properties

    Methods

    Properties

    number: typeof NumberTransformation = NumberTransformation

    Provides access to all number transformation utilities.

    string: typeof StringTransformation = StringTransformation

    Provides access to all string transformation utilities.

    Methods

    • Converts any value to a string.

      Parameters

      • i: any

        The value to convert.

      Returns string

      The string representation of the value.