Interface OverCat<A, B>

Type Parameters

  • A

  • B

Hierarchy

  • OverCat

Properties

Properties

from: ((source) => B)

Type declaration

    • (source): B
    • Parameters

      • source: A

      Returns B

on: (<S, T>(o) => OverCat<S, T>)

Type declaration

Generated using TypeDoc