1.0.0 • Published 6 years ago

test-class-define v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Simple Point

A small library that represent a Point

Installation

npm install test-class-define

Usage

var Point = require('test-class-define');

var p = new Point(1, 2);

Output of p.toString() should be (1, 2)

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.