s-private API Documentation - v3.8.1
    Preparing search index...
    • Creates a validated NoteTitle from a string.

      Parameters

      • v: string

        The raw title string

      Returns string & $brand<"NoteTitle">

      A branded NoteTitle value

      When validation fails (empty or exceeds 64 chars)

      const title = makeNoteTitle("Meeting Notes");