Skip to main content

@std/fs@1.0.13
Built and signed on GitHub Actions

Helpers for working with the file system

This package works with Deno
This package works with Deno
JSR Score
94%
Published
4 days ago (1.0.13)
interface MoveOptions

Options for move and moveSync.

Properties

optional
overwrite: boolean = false

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

Add Package

deno add jsr:@std/fs

Import symbol

import { type MoveOptions } from "@std/fs";

---- OR ----

Import directly with a jsr specifier

import { type MoveOptions } from "jsr:@std/fs";