identity.js 69 B

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