@playform/maintain - v0.1.8
    Preparing search index...

    Interface Interface

    • The function recursively walks through directories until it finds a ".git" folder or reaches the root directory.

      Parameters

      • Search: string

        The Search parameter is a string that represents the directory path where you want to start searching for a .git directory.

      • OptionalFrom: string

        The "From" parameter is an optional parameter that specifies the starting directory for the search. If provided, the function will start searching for the ".git" directory from this directory. If not provided, the function will start searching from the directory specified by the "Search" parameter.

      Returns Promise<string>