functional-models
    Preparing search index...

    Type Alias MaybeFunction<T>

    MaybeFunction: T | (() => T)

    A function that returns the value, or just the value

    Type Parameters

    • T