Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyOptions

memberof

fsn/nextra

property

[filter = undefined] A filter function to determine which files to copy.

property

[overwrite = true] Whether to overwrite files or not.

property

[preserveTimestamps = true] Whether or not to preserve timestamps on the files.

property

[errorOnExist = false] Whether or not to error if the destination exists

Hierarchy

  • CopyOptions

Index

Properties

Optional errorOnExist

errorOnExist: boolean

Optional filter

filter: CopyFilter

Optional overwrite

overwrite: boolean

Optional preserveTimestamps

preserveTimestamps: boolean

Generated using TypeDoc