0.0.1 • Published 3 years ago
@ts-types/rectangle v0.0.1
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.
0.0.1
3 years ago