1.0.0 • Published 9 years ago
@micro-js/identity v1.0.0
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