Skip to main content
Module

x/lume/deps/fs.ts>MoveOptions

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface MoveOptions
import { type MoveOptions } from "https://deno.land/x/lume@v2.1.4/deps/fs.ts";

Options for move and moveSync.

Properties

optional
overwrite: boolean = false

Whether the destination file should be overwritten if it already exists.