constant.js 85 B

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