import { RichTextValue } from './types'; export function length( a: RichTextValue ): number { return a.text.length; }