Skip to main content
Module

x/deno2node/src/deps.deno.ts>ApplyFileTextChangesOptions

Compile your Deno project to run on Node.js.
Go to Latest
interface ApplyFileTextChangesOptions
import { type ApplyFileTextChangesOptions } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Properties

optional
overwrite: boolean

If a file should be overwritten when the file text change is for a new file, but the file currently exists.