mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02: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