Kind: Function
Source: atloria-monorepo/apps/api/src/manuals-insights/manuals-insights.service.ts
Lowercase → alphanumeric words of length >= 3, minus stopwords.
Signature
tsfunction terms(s: string | null | undefined): string[]
Parameters
| Name | Type |
|---|---|
s | `string |
Returns: string[]
Was this page helpful?