Skip to main content
Module

x/bob/core/change-providers/fs-mod.ts>changeOnFileModifications

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
variable changeOnFileModifications
import { changeOnFileModifications } from "https://deno.land/x/bob@v2.8.1/core/change-providers/fs-mod.ts";

type

(buildOptions: BuildOptions, applyChanges: (changes: Change[]) => Promise<unknown>) => unknown