Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

createTask

import { createTask } from "https://raw.githubusercontent.com/takker99/takker-scheduler/main/mod.ts";

選択範囲中の行から、一行ごとに新しいタスクを作る

const createTask: () => Promise<void>;