wishthis/node_modules/es5-ext/function/constant.js
2022-01-21 09:28:41 +01:00

5 lines
93 B
JavaScript

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