Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/daemon/fs/common.ts>FSEvent

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Latest
type alias FSEvent
import { type FSEvent } from "https://deno.land/x/live@1.104.1/daemon/fs/common.ts";
definition: { type: "fs-sync"; detail: SyncUpdate; } | { type: "fs-snapshot"; detail: SnapshotUpdate; }