@ts-types/rectangle
v0.0.1
Published
Support rectangle type on typescript
Downloads
4
Maintainers
Readme
rectangle
Rectangle data type for TypeScript. For example:
const rectangle: Rectangle = { x: 12, y: -7, width: 100, height: 200 };
Installation
Just a quick npm install --save-dev @ts-types/rectangle
, or the Yarn
equivalent.