More examples in https://github.com/weedz/nodejs-scheduler/blob/master/example.js
import schedule, { msUntilFullMinute } from "@weedzcokie/scheduler";
schedule("task", () => {
console.log("Hello, world!);
}, msUntilFullMinute);