UNPKG

@atproto/api

Version:

Client library for atproto and Bluesky

5 lines (4 loc) 152 B
import { RichText } from './rich-text'; export declare function sanitizeRichText(richText: RichText, opts: { cleanNewlines?: boolean; }): RichText;