Skip to main content
Module

x/aleph/lib/fs.ts>watchFs

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

type

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