service runing in the bg
npm install bgservicealive
import Bgservicealive from "bgservicealive";
// ...
const result = await Bgservicealive.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT