UNPKG

@wordpress/wordcount

Version:
8 lines (7 loc) 634 B
{ "version": 3, "sources": ["../src/stripSpaces.ts"], "sourcesContent": ["/**\n * Internal dependencies\n */\nimport type { Settings } from './types';\n\n/**\n * Replaces items matched in the regex with spaces.\n *\n * @param settings The main settings object containing regular expressions\n * @param text The string being counted.\n * @return The manipulated text.\n */\nexport default function stripSpaces(\n\tsettings: Settings,\n\ttext: string\n): string {\n\treturn text.replace( settings.spaceRegExp, ' ' );\n}\n"], "mappings": ";AAYe,SAAR,YACN,UACA,MACS;AACT,SAAO,KAAK,QAAS,SAAS,aAAa,GAAI;AAChD;", "names": [] }