action-debian-package/node_modules/ramda/src/internal/_identity.js
Dawid Dziurla 9308795b8b
update
2020-03-26 15:37:35 +01:00

5 lines
No EOL
66 B
JavaScript

function _identity(x) {
return x;
}
module.exports = _identity;