@ts-types/coordinate-2d
v0.0.5
Published
Support 2D coordinate type on typescript
Downloads
4
Maintainers
Readme
coordinate-2d
Coordinate data type for TypeScript. For example:
const coordinate: Coordinate = { x: 12, y: -7 };
Installation
Just a quick npm install --save-dev @ts-types/coordinate-2d
, or the Yarn
equivalent.