blob: 27b6c42e0909dbfb6b8ab85fd532db63175633fd [file]
function _identity(x) {
return x;
}
module.exports = _identity;