{
  "version": 3,
  "sources": ["../src/remove.js"],
  "sourcesContent": ["/**\n * Internal dependencies\n */\n\nimport { insert } from './insert';\nimport { create } from './create';\n\n/** @typedef {import('./types').RichTextValue} RichTextValue */\n\n/**\n * Remove content from a Rich Text value between the given `startIndex` and\n * `endIndex`. Indices are retrieved from the selection if none are provided.\n *\n * @param {RichTextValue} value        Value to modify.\n * @param {number}        [startIndex] Start index.\n * @param {number}        [endIndex]   End index.\n *\n * @return {RichTextValue} A new value with the content removed.\n */\nexport function remove( value, startIndex, endIndex ) {\n\treturn insert( value, create(), startIndex, endIndex );\n}\n"],
  "mappings": ";AAIA,SAAS,cAAc;AACvB,SAAS,cAAc;AAchB,SAAS,OAAQ,OAAO,YAAY,UAAW;AACrD,SAAO,OAAQ,OAAO,OAAO,GAAG,YAAY,QAAS;AACtD;",
  "names": []
}
