Returns the same value regardless of the input
import * as L from "flurp/logic";const five = L.always(5);five("weasel"); // 5
Returns the same value regardless of the input
Example