feat: text-statistic (fixed types)

This commit is contained in:
Chesterkxng
2025-05-27 17:03:18 +02:00
parent b1069d507e
commit 8740b8f72e

View File

@@ -1,6 +1,6 @@
export type InitialValuesType = {
emptyLines: boolean;
sentenceDelimiters?: string[];
sentenceDelimiters: string;
wordDelimiters: string;
characterCount: boolean;
wordCount: boolean;