variable constants.COPYFILE_EXCL Usage in Denoimport { constants } from "node:fs"; const { COPYFILE_EXCL } = constants; Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. Type number