identity.js 68 B

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