# means

> **means**<`T`>(`proposition`): [`Meaning`](/Jevlish/reference/classes/meaning/)<`T`>

Defined in: [src/expressions/condition.ts:183](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/expressions/condition.ts#L183)

Define a reusable meaning: a proposition the model judges about a subject.

## Type Parameters

| Type Parameter | Default type |
| -------------- | ------------ |
| `T`            | `unknown`    |

## Parameters

| Parameter     | Type     |
| ------------- | -------- |
| `proposition` | `string` |

## Returns

[`Meaning`](/Jevlish/reference/classes/meaning/)<`T`>