Module

x/aleph/lib/fs.ts>watchFs

The Full-stack Framework in Deno.
Go to Latest
variable watchFs
import { watchFs } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.41/lib/fs.ts";

type

(dir: string, listener: (kind: "create" | "remove" | "modify", path: string) => void) => unknown