@toktokhan-dev/githubUtilsExtractRepoDetailsFromUrl()이 페이지에서ExtractRepoDetailsFromUrl()github url 를 받아 owner와 repo를 반환합니다. Signature extractRepoDetailsFromUrl: (url: string) => { owner: string; repo: string;} Parameters ParameterTypeDescriptionurlstring유효한 github repository url Returns { owner: string; repo: string; }