property CopyOptionsBase.errorOnExist Usage in Deno```typescript import { type CopyOptionsBase } from "node:node__fs.d.ts"; ``` When `force` is `false`, and the destination exists, throw an error. Type boolean