Function stat

  • Returns a Promise which resolves to an object containing information about the file pointed to by path.

    Parameters

    • path: PathLike

      File path to retrieve file stats for.

    Returns Promise<null | Stats>

Generated using TypeDoc