mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-15 09:34:03 +01:00
feat: text-statistic (fixed types)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type InitialValuesType = {
|
||||
emptyLines: boolean;
|
||||
sentenceDelimiters?: string[];
|
||||
sentenceDelimiters: string;
|
||||
wordDelimiters: string;
|
||||
characterCount: boolean;
|
||||
wordCount: boolean;
|
||||
|
||||
Reference in New Issue
Block a user