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

x/gustwind/utilities/watch.ts>watch

🐳💨 – Deno powered site creator
Latest
function watch
import { watch } from "https://deno.land/x/gustwind@v0.77.4/utilities/watch.ts";

Parameters

unnamed 0: { paths: string[]; onChange: (path: string, event: Deno.FsEvent) => void; debounceDelay?: number; }