JS Utils Kit
    Preparing search index...

    Function isDirectory

    • Check whether the given path points to a directory.

      Parameters

      • path: string

        Absolute or relative path to check

      Returns Promise<boolean>

      true if the path is a directory, otherwise false.