From 0333f06086e29d8176ff55e96a292f05040a57c7 Mon Sep 17 00:00:00 2001 From: "m.onohara" Date: Sun, 8 May 2022 23:44:17 +0900 Subject: [PATCH] fix: add autocompletion image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a78f75c..ad5c2a2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ const parsedParameters = parameters.parse({ //=> { TOKEN: 'xxxx', FIREBASE_CONFIG: { apiKey: 'xxxx' } } ``` +## AutoCompletion + +![AutoCompletion](https://github.com/masahirompp/construct-typed-parameters/blob/image/autocompletion.png?raw=true) + ## API see `test/index.spec.ts`.