Function statSync

  • Parameters

    • path: PathLike

      File path to retrieve file stats for.

    Returns null | Stats

    Object containing the file stat information of path, or null if the file does not exist.

Generated using TypeDoc