diff --git a/isEmpty.js b/isEmpty.js index 9876cc38d..c443f4410 100644 --- a/isEmpty.js +++ b/isEmpty.js @@ -36,6 +36,9 @@ const hasOwnProperty = Object.prototype.hasOwnProperty * isEmpty([1, 2, 3]) * // => false * + * isEmpty('abc') + * // => false + * * isEmpty({ 'a': 1 }) * // => false */