MatchValueCallbackThe function that allows to map the matched value to the actual type. type MatchValueCallback<Arg, Result> = (value: Arg) => Result;§Type Parameters§Arg[src]§Result[src]§Type§(value: Arg) => Result[src]