Skip to content

PrismUtil.type method

PrismUtil › type

Unofficial

Returns the type of the given value as a string.

Signature:

type(o: unknown): string

Parameters:

Parameter Type Description
o unknown The value to check.

Returns: stringThe type string.