# hexlet-pairs

> ## Install

Latest version **1.0.8** (published 2018-06-08) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install hexlet-pairs
pnpm add hexlet-pairs
yarn add hexlet-pairs
bun add hexlet-pairs
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2018-06-08 |
| First published | 2016-04-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 195.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 35 |
| Author | Kirill Mokevnin |
| Maintainers | mokevnin |

## Links

- npm: https://www.npmjs.com/package/hexlet-pairs
- Repository: https://github.com/hexlet-components/js-pairs
- Homepage: https://github.com/hexlet-components/js-pairs#readme
- Issues: https://github.com/hexlet-components/js-pairs/issues
- npm.io page: https://npm.io/package/hexlet-pairs

## Recent versions

- 1.0.8 (latest) — 2018-06-08
- 1.0.7 — 2018-05-01
- 1.0.5 — 2017-08-07
- 1.0.4 — 2017-07-01
- 1.0.3 — 2017-06-13
- 1.0.2 — 2017-05-21
- 1.0.1 — 2017-05-21
- 1.0.0 — 2017-05-21
- 0.1.4 — 2016-10-31
- 0.1.3 — 2016-10-24
- 0.1.2 — 2016-09-23
- 0.1.1 — 2016-06-10
- 0.1.0 — 2016-06-10
- 0.0.3 — 2016-06-04
- 0.0.2 — 2016-04-25
- … 1 more at https://npm.io/package/hexlet-pairs/versions

## README

# js-pairs

## Install

```sh
npm install hexlet-pairs --save
```

## Using

```javascript
import { cons, car, cdr, toString } from 'hexlet-pairs';

const pair = cons(3, 5);
car(pair); // 3
cdr(pair); // 5
toString(pair); // (3, 5)
```

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