From a92b6a384805bfd5ff997937853f2a2e64747743 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 28 Oct 2022 18:36:16 -0500 Subject: [PATCH] Move Check If An Object Is Empty With Zod to Zod section --- README.md | 2 +- {javascript => zod}/check-if-an-object-is-empty-with-zod.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {javascript => zod}/check-if-an-object-is-empty-with-zod.md (100%) diff --git a/README.md b/README.md index 962ad00..f5b16c9 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,6 @@ _1261 TILs and counting..._ - [Character Codes from Keyboard Listeners](javascript/character-codes-from-keyboard-listeners.md) - [Check Classes On A DOM Element](javascript/check-classes-on-a-dom-element.md) - [Check If A Number Is Positive Or Negative](javascript/check-if-a-number-is-positive-or-negative.md) -- [Check If An Object Is Empty With Zod](javascript/check-if-an-object-is-empty-with-zod.md) - [Check If Something Is An Array](javascript/check-if-something-is-an-array.md) - [Check The Password Confirmation With Yup](javascript/check-the-password-confirmation-with-yup.md) - [Compare The Equality Of Two Date Objects](javascript/compare-the-equality-of-two-date-objects.md) @@ -1500,6 +1499,7 @@ _1261 TILs and counting..._ ### Zod +- [Check If An Object Is Empty With Zod](zod/check-if-an-object-is-empty-with-zod.md) - [Create Union Type Of Nearly Identical Objects](zod/create-union-type-of-nearly-identical-objects.md) ## Usage diff --git a/javascript/check-if-an-object-is-empty-with-zod.md b/zod/check-if-an-object-is-empty-with-zod.md similarity index 100% rename from javascript/check-if-an-object-is-empty-with-zod.md rename to zod/check-if-an-object-is-empty-with-zod.md