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

moveToday

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

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

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