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