Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/booster-words.ts
True when the text is clean enough to publish as generated prose.
Signature
tsfunction isBoosterFree(text: string | null | undefined): boolean
Parameters
| Name | Type |
|---|---|
text | `string |
Returns: boolean
Was this page helpful?