@oss-autopilot/core - v3.7.0
    Preparing search index...

    Function splitRepo

    • Splits an "owner/repo" string into its owner and repo components.

      Parameters

      • repoFullName: string

      Returns { owner: string; repo: string }

      If the input is not in the form "owner/repo".