identity.js 72 B

12345
  1. exports = function(val) {
  2. return val;
  3. };
  4. module.exports = exports;