Skip to main content
Module

std/node/fs.ts>watchFile

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function watchFile
Re-export
import { watchFile } from "https://deno.land/std@0.140.0/node/fs.ts";

Parameters

filename: string | URL
optional
optionsOrListener: watchOptions | watchListener
optional
optionsOrListener2: watchOptions | watchListener