{
  "version": 3,
  "sources": ["../src/get-text-content.js"],
  "sourcesContent": ["/**\n * Internal dependencies\n */\nimport { OBJECT_REPLACEMENT_CHARACTER } from './special-characters';\n\n/** @typedef {import('./types').RichTextValue} RichTextValue */\n\n/**\n * Get the textual content of a Rich Text value. This is similar to\n * `Element.textContent`.\n *\n * @param {RichTextValue} value Value to use.\n *\n * @return {string} The text content.\n */\nexport function getTextContent( { text } ) {\n\treturn text.replace( OBJECT_REPLACEMENT_CHARACTER, '' );\n}\n"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,gCAA6C;AAYtC,SAAS,eAAgB,EAAE,KAAK,GAAI;AAC1C,SAAO,KAAK,QAAS,wDAA8B,EAAG;AACvD;",
  "names": []
}
