Kind: Function
Source: atloria-monorepo/apps/web/src/components/NewProjectWizard/useNewProjectWizard.ts
Signature
tsfunction detectProvider(url: string): { provider: 'github' | 'gitlab' | 'bitbucket'; owner: string; repo: string } | null
Parameters
| Name | Type |
|---|---|
url | string |
Returns: { provider: 'github' | 'gitlab' | 'bitbucket'; owner: string; repo: string } | null
Was this page helpful?