function normalizeSlug normalizeSlug(input: string): string Normalize a user-provided slug: trim, lowercase, replace spaces with hyphens Parameters input: string Return Type string