Edit File: constant.js
"use strict"; module.exports = function (value) { return function () { return value; }; };
Back to File Manager