# Function: getJsonLdType()

> **getJsonLdType**(`object`): `string` \| `undefined`

Get a JSON-LD type.

## Parameters

### object

`unknown`

The object to get the type from.

## Returns

`string` \| `undefined`

The JSON-LD type.
