@tixyel/streamelements 6.4.4 → 6.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +394 -395
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2280,7 +2280,7 @@ declare namespace Helper {
|
|
|
2280
2280
|
* // Output: '<span class="container" data-index="0"><span class="char" data-index="0">T</span><span class="char" data-index="1">e</span>...'
|
|
2281
2281
|
* ```
|
|
2282
2282
|
*/
|
|
2283
|
-
function splitTextToChars(htmlString: string, startIndex?: number): string;
|
|
2283
|
+
function splitTextToChars(htmlString: string, startIndex?: number, preserveInterElementWhitespace?: boolean): string;
|
|
2284
2284
|
}
|
|
2285
2285
|
namespace object {
|
|
2286
2286
|
/**
|