@haxall/haxall
    Preparing search index...
    • Equivalent to fsPromises.stat() unless path refers to a symbolic link, in which case the link itself is stat-ed, not the file that it refers to. Refer to the POSIX lstat(2) document for more detail.

      Parameters

      Returns Promise<Stats>

      Fulfills with the {fs.Stats} object for the given symbolic link path.

      v10.0.0

    • Equivalent to fsPromises.stat() unless path refers to a symbolic link, in which case the link itself is stat-ed, not the file that it refers to. Refer to the POSIX lstat(2) document for more detail.

      Parameters

      Returns Promise<BigIntStats>

      Fulfills with the {fs.Stats} object for the given symbolic link path.

      v10.0.0

    • Equivalent to fsPromises.stat() unless path refers to a symbolic link, in which case the link itself is stat-ed, not the file that it refers to. Refer to the POSIX lstat(2) document for more detail.

      Parameters

      Returns Promise<Stats | BigIntStats>

      Fulfills with the {fs.Stats} object for the given symbolic link path.

      v10.0.0