5 lines
No EOL
66 B
JavaScript
5 lines
No EOL
66 B
JavaScript
function _identity(x) {
|
|
return x;
|
|
}
|
|
|
|
module.exports = _identity; |