rimraf
    Preparing search index...

    Function lstatSync

    • Synchronous 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.

      Returns Stats

    • Synchronous 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; throwIfNoEntry?: true }

      Returns Stats

    • Synchronous 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; throwIfNoEntry?: true }

      Returns BigIntStats

    • Synchronous 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?: false; throwIfNoEntry: false }

      Returns Stats | undefined

    • Synchronous 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; throwIfNoEntry: false }

      Returns BigIntStats | undefined

    • Synchronous 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 & { throwIfNoEntry?: true }

      Returns Stats | BigIntStats

    • Synchronous 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 Stats | BigIntStats | undefined