Skip to main content
Home
Works with
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score76%
Published10 months ago (0.0.9)
interface CopyOptions

Options for copy and copySync.

Properties

optional
overwrite: boolean = false

Whether to overwrite existing file or directory.

optional
preserveTimestamps: boolean = false

When true, will set last modification and access times to the ones of the original source files. When false, timestamp behavior is OS-dependent.

Note

This option is currently unsupported for symbolic links.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sigmasd/fs-with-x-runtime-walk

Import symbol

import { type CopyOptions } from "@sigmasd/fs-with-x-runtime-walk/copy";
or

Import directly with a jsr specifier

import { type CopyOptions } from "jsr:@sigmasd/fs-with-x-runtime-walk/copy";

Add Package

pnpm i jsr:@sigmasd/fs-with-x-runtime-walk
or (using pnpm 10.8 or older)
pnpm dlx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import { type CopyOptions } from "@sigmasd/fs-with-x-runtime-walk/copy";

Add Package

yarn add jsr:@sigmasd/fs-with-x-runtime-walk
or (using Yarn 4.8 or older)
yarn dlx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import { type CopyOptions } from "@sigmasd/fs-with-x-runtime-walk/copy";

Add Package

vlt install jsr:@sigmasd/fs-with-x-runtime-walk

Import symbol

import { type CopyOptions } from "@sigmasd/fs-with-x-runtime-walk/copy";

Add Package

npx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import { type CopyOptions } from "@sigmasd/fs-with-x-runtime-walk/copy";

Add Package

bunx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import { type CopyOptions } from "@sigmasd/fs-with-x-runtime-walk/copy";