Skip to content

Commit

Permalink
docs: update readme.md from suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
yutak23 and sindresorhus committed Jan 12, 2024
1 parent 0234167 commit 2d7ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ camelcaseKeys(commandLineArguments);

#### input

Type: `Record<string, unknown> | any[]`
Type: `Record<string, unknown> | Record<string, unknown>[]`

An `Record<string, unknown>` or array of any to camel-case.

Expand Down

0 comments on commit 2d7ca36

Please sign in to comment.