ts-type-forge
    Preparing search index...

    Type Alias MonoTypeFunction<X>

    MonoTypeFunction: Fn<X, X>

    Represents a function type where the argument and return types are the same (X).

    Type Parameters

    • X

      The argument and return type.