# isBoosterFree

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/techdocs/booster-words.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/techdocs/booster-words.ts#L63)

True when the text is clean enough to publish as generated prose.

## Signature

```ts
function isBoosterFree(text: string | null | undefined): boolean
```

## Parameters

| Name | Type |
|---|---|
| `text` | `string | null | undefined` |

**Returns:** `boolean`
