1.0.0 • Published 10 years ago
@micro-js/identity v1.0.0
identity
The identity function.
Installation
$ npm install @micro-js/identityUsage
var identity = require('@micro-js/identity')
identity(1) // => 1
identity({}) // => {}API
identity(val)
val- any value
Returns: val
License
MIT