JS Utils Kit
    Preparing search index...

    Function isFile

    • Check whether the given path points to a file.

      Parameters

      • path: string

        Absolute or relative path to check

      Returns Promise<boolean>

      true if the path is a file, otherwise false.