grft-test-simple-car-e2e
v0.2.0
Published
Simple car abstractions
Readme
sdn-test-simple-car
Simple car abstractions.
Install
npm install sdn-test-simple-carUsage
import { SimpleCar } from 'sdn-test-simple-car';
const car = new SimpleCar('Toyota', 'Corolla', 2018);
car.start();
console.log(car.toString());