Skip to content

dependabit / utils/src

utils/src

Main export file for utils package

Utils

FunctionDescription
camelCaseConverts a string to camelCase.
capitalizeCapitalizes the first letter of a string.
chunkSplits an array into consecutive chunks of the given size.
flattenFlattens a nested array up to the given depth.
groupByGroups array elements by a key function.
kebabCaseConverts a string to kebab-case.
truncateTruncates a string to a maximum length, appending a suffix if truncated.
uniqueRemoves duplicates from an array using Set equality.

Released under the MIT License.