1.0.7 • Published 6 years ago

hexlet-points v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

js-points

github action status

Install

npm install @hexlet/points

Usage example

import {
  makePoint, getX, getY, toString, quadrant,
} from '@hexlet/points';

const point = makePoint(4, 5);
toString(point); // (4, 5)

getX(point); // 4
getY(point); // 5

quadrant(point); // 1

For more information, see the Full Documentation

1.0.7

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago