# findBoosterWords

**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#L48)

Every booster in the text, as written, in order of first appearance.

## Signature

```ts
function findBoosterWords(text: string | null | undefined): string[]
```

## Parameters

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

**Returns:** `string[]`
