import { fromSchedule } from "https://deno.land/x/kv_cron@0.0.2/schedule.ts";
fromSchedule converts a cron expression or JSON-serializable cron schedule to a Cron object.
Parameters
schedule: string | JSONSchedule
import { fromSchedule } from "https://deno.land/x/kv_cron@0.0.2/schedule.ts";
fromSchedule converts a cron expression or JSON-serializable cron schedule to a Cron object.