mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
comment improvement
This commit is contained in:
@@ -2,7 +2,7 @@ export type SplitOperatorType = 'symbol' | 'regex';
|
|||||||
export type DisplayFormat = 'count' | 'percentage' | 'total';
|
export type DisplayFormat = 'count' | 'percentage' | 'total';
|
||||||
export type SortingMethod = 'count' | 'alphabetic';
|
export type SortingMethod = 'count' | 'alphabetic';
|
||||||
|
|
||||||
// Function that analyzes the array and returns a dict of element occurrences and handle the ignoreItemCase
|
// Function that takes the array as arg and returns a dict of element occurrences and handle the ignoreItemCase
|
||||||
function dictMaker(array: string[],
|
function dictMaker(array: string[],
|
||||||
ignoreItemCase: boolean
|
ignoreItemCase: boolean
|
||||||
): { [key: string]: number } {
|
): { [key: string]: number } {
|
||||||
|
Reference in New Issue
Block a user