Skip to content

Commit

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

#### input

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

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

#### options

Type: `object`
Type: `Options`

##### exclude

Expand Down

0 comments on commit 515a608

Please sign in to comment.