camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Removes separators from the end of the string.
Convert object keys to camel case
Convert object keys from camel case
Split a string on the first occurance of a given separator
Join all elements of an array and create a human-readable string
Fast CSV parser
React component to render collection of items separated by space or another separator
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
Separator for choices arrays in prompts. Based on the Separator from inquirer.
Input field component to display currency value based on Vue.
Deeply convert the keys of an object to camelCase
Like Array.join, but allows for a different separator between the last two items
Deeply convert the camelized keys of an object into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Set nested values on an object using a dot path or custom separator
Creates an object composed of the picked object properties from a nested object using a dot path or custom separator
Build an array of key paths from an object.
Get a property from a nested object using a dot path or custom separator
Decrease your start up time and RAM memory consumption by an application via splitting JS bundle by components and navigation routes