From 515a6088626747b26ead819d6feb0087d7823504 Mon Sep 17 00:00:00 2001 From: yutak23 Date: Fri, 12 Jan 2024 09:22:19 +0900 Subject: [PATCH] docs: update type for input and optiopns --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f0475a4..04e0999 100644 --- a/readme.md +++ b/readme.md @@ -39,13 +39,13 @@ camelcaseKeys(commandLineArguments); #### input -Type: `object | object[]` +Type: `Record | any[]` -An object or array of objects to camel-case. +An `Record` or array of any to camel-case. #### options -Type: `object` +Type: `Options` ##### exclude