summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/constant.js
blob: 10f1e203e2d0235fb0d28f19f5963dce95cd8235 (plain)
1
2
3
4
5
'use strict';

module.exports = function (x) {
	return function () { return x; };
};