MCPcopy
hub / github.com/markedjs/marked / Br

Interface Br

src/Tokens.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 export interface Br {
41 type: 'br';
42 raw: string;
43 }
44
45 export interface Checkbox {
46 type: 'checkbox';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected