OptionaldereferenceOptionalerrorWhen force is false, and the destination exists, throw an error. Default: false.
OptionalfilterFunction to filter copied files/directories. Return true to copy the item, false to ignore it. Default: undefined.
OptionalforceOverwrite existing file or directory. The copy operation will ignore errors if you set this to false and the destination exists. Use the errorOnExist option to change this behavior. Default: true.
OptionalmodeInteger, modifiers for copy operation. Default: 0. See mode flag of
fs.copyFileSync().
OptionalpreserveWhen true timestamps from src will be preserved. Default: false.
OptionalrecursiveCopy directories recursively Default: false.
OptionalverbatimWhen true, path resolution for symlinks will be skipped. Default: false.
dereference symlinks. Default: false.