Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MaybeFactory<M, T>

Type parameters

Hierarchy

  • MaybeFactory

Index

Properties

Properties

Just

Just: (T: any) => M

Type declaration

    • (T: any): M
    • Parameters

      • T: any

      Returns M

Nothing

Nothing: M

Generated using TypeDoc