mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 17:04:56 +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 = {
|
||||
emptyLines: boolean;
|
||||
sentenceDelimiters?: string[];
|
||||
sentenceDelimiters: string;
|
||||
wordDelimiters: string;
|
||||
characterCount: boolean;
|
||||
wordCount: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue