# @f/identity

> The identity function.

Latest version **1.1.1** (published 2015-12-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @f/identity
pnpm add @f/identity
yarn add @f/identity
bun add @f/identity
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2015-12-16 |
| First published | 2015-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | f |

## Links

- npm: https://www.npmjs.com/package/@f/identity
- Repository: https://github.com/micro-js/identity
- Homepage: https://github.com/micro-js/identity#readme
- Issues: https://github.com/micro-js/identity/issues
- npm.io page: https://npm.io/package/@f/identity

## Recent versions

- 1.1.1 (latest) — 2015-12-16
- 1.1.0 — 2015-12-16

## README

# identity

[![Build status][travis-image]][travis-url]
[![Git tag][git-image]][git-url]
[![NPM version][npm-image]][npm-url]
[![Code style][standard-image]][standard-url]

The identity function.

## Installation

    $ npm install @f/identity

## Usage

```js
var identity = require('@f/identity')

identity(1) // => 1
identity({}) // => {}
```

## API

### identity(val)

- `val` - any value

**Returns:** `val`

## License

MIT

[travis-image]: https://img.shields.io/travis/micro-js/identity.svg?style=flat-square
[travis-url]: https://travis-ci.org/micro-js/identity
[git-image]: https://img.shields.io/github/tag/micro-js/identity.svg
[git-url]: https://github.com/micro-js/identity
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[standard-url]: https://github.com/feross/standard
[npm-image]: https://img.shields.io/npm/v/@f/identity.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@f/identity

---
_Source: https://npm.io/package/@f/identity · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
