UNPKG

codetrix

Version:

A lightweight lodash-style utility library

9 lines (8 loc) 248 B
export * from './capitalize'; export * from './camelCase'; export * from './kebabCase'; export * from './snakeCase'; export * from './truncate'; export * from './reverseString'; export * from './countOccurrences'; export * from './removeNonAlpha';