# Function: nameofKebabCase()

> **nameofKebabCase**\<`T`\>(`property?`, `replaceParent?`): `string`

Placeholder method which substitutes the type name as a string at runtime.

## Type Parameters

### T

`T`

## Parameters

### property?

`unknown`

The property to get the name of.

### replaceParent?

`string`

Optional object name to replace the top level object of a property path.

## Returns

`string`

The type name as a string.
