chunkArray | ||||||||||||
chunkArray(array, size: number)
|
||||||||||||
Splits an array into smaller chunks of a specified size.
Parameters :
Returns :
[][]
|
createQueryBuilderProxy | ||||||
createQueryBuilderProxy(builder: QueryBuilder)
|
||||||
Parameters :
Returns :
QueryBuilder<T>
|
memozId |
memozId()
|
Generates a MEMOZID string based on a template and current timestamp.
Returns :
MEMOZID
|
removeAccents | ||||||
removeAccents(text: string)
|
||||||
Removes accents from characters in a string. This function converts accented characters (diacritics) to their base form.
Parameters :
Returns :
string
|