You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,8 @@ bool = isEmptyArray( {} );
111
111
## See Also
112
112
113
113
- <spanclass="package-name">[`@stdlib/assert-is-array`][@stdlib/assert/is-array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an array.</span>
114
+
- <spanclass="package-name">[`@stdlib/assert-is-empty-array-like-object`][@stdlib/assert/is-empty-array-like-object]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an empty array-like object.</span>
115
+
- <spanclass="package-name">[`@stdlib/assert-is-empty-collection`][@stdlib/assert/is-empty-collection]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an empty collection.</span>
0 commit comments