Takes a tasks record of Tasks and returns a function that will return the Task of the record that matches the serialization of value; otherwise null. Particularly useful for stdio tasks such as confirm, prompt, and select.
tasks
Task
value
null
Takes a
tasksrecord ofTasks and returns a function that will return theTaskof the record that matches the serialization ofvalue; otherwisenull. Particularly useful for stdio tasks such as confirm, prompt, and select.