Skip to main content
Module

std/node/fs.ts>watchFile

Deno standard library
Go to Latest
function watchFile
Re-export
import { watchFile } from "https://deno.land/std@0.145.0/node/fs.ts";

Parameters

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