Skip to content

Str.Code.TSDoc.tag

Str.Code.TSDoc / tag

Structured JSDoc tag helpers.

These helpers generate properly formatted JSDoc tags with automatic escaping. All helpers return Raw (safe for injection) or null for graceful handling.

Import

typescript
import { Str } from '@wollybeard/kit'

// Access via namespace
Str.Code.TSDoc.tag.someFunction()
typescript
import * as Str from '@wollybeard/kit/str'

// Access via namespace
Str.Code.TSDoc.tag.someFunction()