getTitle
Returns a dasherized title
Presentation
function getTitle (title: string): string;
Returns
string
Parameters
Name | Type | Description |
---|---|---|
title | string | The title to dasherize |
Returns a dasherized title
function getTitle (title: string): string;
string
Name | Type | Description |
---|---|---|
title | string | The title to dasherize |