Kind: Function
Source: atloria-monorepo/apps/web/src/lib/url-utils.ts
Validate a URL ID format Must be exactly 10 alphanumeric characters
Signature
tsfunction isValidUrlId(urlId: string): boolean
Parameters
| Name | Type |
|---|---|
urlId | string |
Returns: boolean
Was this page helpful?