This package has been deprecated

Author message:

Package no longer supported. Use the new version @hexlet/pairs.

hexlet-pairs

1.0.8 • Public • Published

js-pairs

Install

npm install hexlet-pairs --save

Using

import { cons, car, cdr, toString } from 'hexlet-pairs';
 
const pair = cons(3, 5);
car(pair); // 3
cdr(pair); // 5
toString(pair); // (3, 5)

Readme

Keywords

none

Package Sidebar

Install

npm i hexlet-pairs

Weekly Downloads

28

Version

1.0.8

License

ISC

Unpacked Size

200 kB

Total Files

29

Last publish

Collaborators

  • mokevnin