@micro-js/identity

1.0.0 • Public • Published

identity

Build status Git tag NPM version Code style

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

Readme

Keywords

none

Package Sidebar

Install

npm i @micro-js/identity

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • micro-js