From 72a2ea61fb19520af3b3b11ab9c09ac94e1c1b69 Mon Sep 17 00:00:00 2001
From: Rah Emil <013131@mail.ru>
Date: Sun, 15 Aug 2021 10:49:58 +0300
Subject: [PATCH] Changed isEmpty behavior
---
README.md | 2 +-
dist/index.html | 7 +-
dist/js-helpers.js | 2 +-
dist/js-helpers.js.map | 2 +-
package-lock.json | 10289 +--------------------------------------
package.json | 2 +-
src/js-helpers.js | 2 +-
src/modules/obj.js | 4 +-
8 files changed, 26 insertions(+), 10284 deletions(-)
diff --git a/README.md b/README.md
index cfc2012..8da84bf 100644
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ product.reviews.average('stars') // 3.72
With this check, your code will look more elegant.
```javascript
let user = {}
-user.isEmpty() // true
+isEmpty(user) // true
```
## Checking strings (RegExp)
diff --git a/dist/index.html b/dist/index.html
index b54542d..14fe7d4 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -25,7 +25,7 @@