Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/deps/fs.ts>MoveOptions

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

Options for move and moveSync.

Properties

optional
overwrite: boolean = false

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