6 lines
93 B

"use strict";
module.exports = function (value) {
return function () { return value; };
};