• Flattens a nested Cat. Only it extracts the contained value.

    Type Parameters

    • T

    Parameters

    • catCat: Cat<Cat<T>>

      A nested Cat.

    Returns Cat<T>

    A flattened Cat.

Generated using TypeDoc