Kind: Function
Source: atloria-monorepo/apps/api/src/document/services/draft-document.service.ts
Slugify a title into a URL-safe slug (shared with the recorder draft path).
Signature
tsfunction slugify(text: string, fallback): string
Parameters
| Name | Type |
|---|---|
text | string |
fallback | any |
Returns: string
Was this page helpful?