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

walkDay

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

カーソル行もしくは選択範囲内の全てのタスクの日付を進める

const walkDay: (count?) => Promise<void>;