Skip to main content
constants.O_SYMLINK - fs - Node documentation
variable constants.O_SYMLINK

Usage in Deno

import { constants } from "node:fs";

Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to.

Type