Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0.2/deps/fs.ts";

Options for move and moveSync.

Properties

optional
overwrite: boolean = false

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