Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/booster-words.ts
Every booster in the text, as written, in order of first appearance.
Signature
tsfunction findBoosterWords(text: string | null | undefined): string[]
Parameters
| Name | Type |
|---|---|
text | `string |
Returns: string[]
Was this page helpful?