yes()Creates a function which takes values that will be interpreted as booleans and will return the correspond string (or value).
This function is valid in v2.23.0 to v2.24.3. This function has been downloaded 39 times."Yes"
true-ish values are passed to the returned function."No"
false-ish values are passed to the returned function.true no false is passed to the returned function. If not given then all values will be interpreted as true or false.opt_yesValue, opt_noValue or opt_maybeValue.