mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
feat: text-statistic (types)
This commit is contained in:
7
src/pages/tools/string/statistic/types.ts
Normal file
7
src/pages/tools/string/statistic/types.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
export type InitialValuesType = {
|
||||||
|
emptyLines: boolean;
|
||||||
|
sentenceDelimiters?: string[];
|
||||||
|
wordDelimiters: string;
|
||||||
|
characterCount: boolean;
|
||||||
|
wordCount: boolean;
|
||||||
|
};
|
Reference in New Issue
Block a user