@hexlet/points
v1.1.1
Published
[](https://github.com/hexlet-components/js-points/actions) []
Downloads
7
Readme
js-points
Install
npm install @hexlet/pointsUsage 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); // 1For more information, see the Full Documentation
This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet (in Russian).

