Type Alias IsFile

IsFile: ((path: PathLike) => boolean | Promise<boolean>)

Check if a path is a file.

Type declaration

    • (path): boolean | Promise<boolean>
    • Parameters

      Returns boolean | Promise<boolean>