Given a value, returns a function which returns the value

  • Parameters

    • v: any

    Returns (() => any)

      • (): any
      • Returns any