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 = {
|
export type InitialValuesType = {
|
||||||
emptyLines: boolean;
|
emptyLines: boolean;
|
||||||
sentenceDelimiters?: string[];
|
sentenceDelimiters: string;
|
||||||
wordDelimiters: string;
|
wordDelimiters: string;
|
||||||
characterCount: boolean;
|
characterCount: boolean;
|
||||||
wordCount: boolean;
|
wordCount: boolean;
|
||||||
|
Reference in New Issue
Block a user