variable constants.W_OK Usage in Denoimport { constants } from "node:fs"; const { W_OK } = constants; Constant for fs.access(). File can be written by the calling process. Type number