Skip to content

Commit

Permalink
Add prefix chars to README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 18, 2023
1 parent 884b402 commit 6aac46f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/change-case/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ All core methods accept [`options`](#options) as the second argument.

### Options

- `locale?: string[] | string | false` - lower/upper according to specified locale, defaults to host environment. Set to `false` to disable.
- `locale?: string[] | string | false` Lower/upper according to specified locale, defaults to host environment. Set to `false` to disable.
- `separateNumbers?: boolean` Splits `foo123` into `foo 123` instead of keeping them together. Defaults to `true`.
- `prefixCharacters?: string` Retain at the beginning of the string. Defaults to `""`. Example: use `"_"` to keep the underscores in `__typename`.

### Split

Expand Down

0 comments on commit 6aac46f

Please sign in to comment.