Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyOptions

Hierarchy

  • CopyOptions

Index

Properties

exists?: "error" | "ignore" | "overwrite"

Whether to error, ignore, or overwrite existing files

glob?: boolean

Parse globs in paths

single?: boolean

Whether to treat the destination as an exact path for a single source

strict?: boolean

Disallows non existent paths and an empty set of paths

Generated using TypeDoc