constant.js 93 B

12345
  1. "use strict";
  2. module.exports = function (value) {
  3. return function () { return value; };
  4. };