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

format

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

タスクページをformatする

const format: (project: string, title: string) => Promise<void>;