Creates a validated ArticleTitle from a string.
The raw string value to validate
A branded ArticleTitle value
When validation fails (empty or exceeds 128 chars)
const title = makeArticleTitle("Introduction to TypeScript"); Copy
const title = makeArticleTitle("Introduction to TypeScript");
Creates a validated ArticleTitle from a string.