1.0.7 • Published 7 years ago

hexlet-points v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

0.1.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago