abstract-startable
Abstract Class to represent entities that can be started and stopped
Installation
npm i --save abstract-startable
Usage
Supports both ESM and CommonJS
// esm
Define a StartableClass and start an instance
Multiple starts/stops in parallel
const tesla = console // log: falseteslastartteslateslastarttesla
License
MIT