Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/daemon/fs/common.ts>applyPatch

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
variable applyPatch
import { applyPatch } from "https://deno.land/x/blocks@1.102.4/daemon/fs/common.ts";

type

(content: string | null, patch: Patch) => { conflict: true | false; content?: string; }