identity The identity function. Installation $ npm install @micro-js/identity Usage var identity = require('@micro-js/identity') identity(1) // => 1 identity({}) // => {} API identity(val) val - any value Returns: val License MIT