Problemunvalidated
"stripHtml is not a function." — content.stripHtml(). Tension: you did not extend the String prototype with the function stripHtml. Outcome: declare the type in a `utils.d.ts` file and extend String prototype in a separate file `utils.ts`.
5b0e7e5e-811a-42c3-9eaa-abe0f45b02db
"stripHtml is not a function." — content.stripHtml(). Tension: you did not extend the String prototype with the function stripHtml. Outcome: declare the type in a utils.d.ts file and extend String prototype in a separate file utils.ts.