blob: 43b555871ebe6eae8e4ca3fb5c1a19e7d8153587 [file] [log] [blame]
function _identity(x) {
return x;
}
module.exports = _identity;