@haxall/haxall
    Preparing search index...

    Function __promisify__

    • Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.

      Parameters

      • path: PathLike

        A path to a file. If a URL is provided, it must use the file: protocol.

      • Optionaloptions: StatOptions & { bigint?: false }

      Returns Promise<Stats>

    • Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.

      Parameters

      • path: PathLike

        A path to a file. If a URL is provided, it must use the file: protocol.

      • options: StatOptions & { bigint: true }

      Returns Promise<BigIntStats>

    • Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.

      Parameters

      • path: PathLike

        A path to a file. If a URL is provided, it must use the file: protocol.

      • Optionaloptions: StatOptions

      Returns Promise<Stats | BigIntStats>