Creates a validated NoteTitle from a string.
The raw title string
A branded NoteTitle value
When validation fails (empty or exceeds 64 chars)
const title = makeNoteTitle("Meeting Notes"); Copy
const title = makeNoteTitle("Meeting Notes");
Creates a validated NoteTitle from a string.