Commit f7ece2c 1 parent 8db40c3 commit f7ece2c Copy full SHA for f7ece2c
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ All methods accept an `options` object as the second argument:
37
37
38
38
- ` delimiter?: string ` The character to use between words. Default depends on method, e.g. ` _ ` in snake case.
39
39
- ` locale?: string[] | string | false ` Lower/upper according to specified locale, defaults to host environment. Set to ` false ` to disable.
40
- - ` separateNumbers ?: boolean ` Splits ` foo123 ` into ` foo 123 ` instead of keeping them together . Defaults to ` false ` .
40
+ - ` split ?: (value: string) => string[] ` A function to define how the input is split into words . Defaults to ` split ` .
41
41
- ` prefixCharacters?: string ` Retain at the beginning of the string. Defaults to ` "" ` . Example: use ` "_" ` to keep the underscores in ` __typename ` .
42
42
- ` suffixCharacters?: string ` Retain at the end of the string. Defaults to ` "" ` . Example: use ` "_" ` to keep the underscore in ` type_ ` .
43
43
You can’t perform that action at this time.
0 commit comments