identity.js 70 B

1234
  1. function _identity(t) {
  2. return t;
  3. }
  4. export { _identity as default };