Skip to content

Commit

Permalink
docs: update README for input type
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Jan 12, 2024
1 parent 2d7ca36 commit 3e241fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ camelcaseKeys(commandLineArguments);

#### input

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

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

#### options

Expand Down

0 comments on commit 3e241fc

Please sign in to comment.