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 = { export type InitialValuesType = {
emptyLines: boolean; emptyLines: boolean;
sentenceDelimiters?: string[]; sentenceDelimiters: string;
wordDelimiters: string; wordDelimiters: string;
characterCount: boolean; characterCount: boolean;
wordCount: boolean; wordCount: boolean;