mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 00:44:57 +05:30
feat: text-statistic (fixed types)
This commit is contained in:
parent
b1069d507e
commit
8740b8f72e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue