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
- <spanclass="package-name">[`@stdlib/assert/is-array-like`][@stdlib/assert/is-array-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is array-like.</span>
163
+
- <spanclass="package-name">[`@stdlib/assert/is-array-like-object`][@stdlib/assert/is-array-like-object]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an array-like object.</span>
164
+
- <spanclass="package-name">[`@stdlib/assert/is-collection`][@stdlib/assert/is-collection]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a collection.</span>
- <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>
119
119
- <spanclass="package-name">[`@stdlib/assert/is-array-like`][@stdlib/assert/is-array-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is array-like.</span>
120
+
- <spanclass="package-name">[`@stdlib/assert/is-collection`][@stdlib/assert/is-collection]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a collection.</span>
- <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>
115
115
- <spanclass="package-name">[`@stdlib/assert/is-array-like-object`][@stdlib/assert/is-array-like-object]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an array-like object.</span>
116
+
- <spanclass="package-name">[`@stdlib/assert/is-collection`][@stdlib/assert/is-collection]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a collection.</span>
- <spanclass="package-name">[`@stdlib/assert/is-bigint64array`][@stdlib/assert/is-bigint64array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a BigUint64Array.</span>
123
+
- <spanclass="package-name">[`@stdlib/assert/is-bigint64array`][@stdlib/assert/is-bigint64array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a BigInt64Array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-blank-string/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,15 @@ false
162
162
163
163
<section class="related">
164
164
165
+
***
166
+
167
+
## See Also
168
+
169
+
- <span class="package-name">[`@stdlib/assert/is-string`][@stdlib/assert/is-string]</span><span class="delimiter">: </span><span class="description">test if a value is a string.</span>
170
+
- <span class="package-name">[`@stdlib/assert/is-empty-string`][@stdlib/assert/is-empty-string]</span><span class="delimiter">: </span><span class="description">test if a value is an empty string.</span>
171
+
172
+
</section>
173
+
165
174
<!-- /.related -->
166
175
167
176
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-collection/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ bool = isCollection( 3.14 );
136
136
## See Also
137
137
138
138
- <spanclass="package-name">[`@stdlib/assert/is-array-like`][@stdlib/assert/is-array-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is array-like.</span>
139
+
- <spanclass="package-name">[`@stdlib/assert/is-array-like-object`][@stdlib/assert/is-array-like-object]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an array-like object.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-constantcase/README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,12 +173,6 @@ true
173
173
174
174
<section class="related">
175
175
176
-
***
177
-
178
-
## See Also
179
-
180
-
- <span class="package-name">[`@stdlib/assert/is-string`][@stdlib/assert/is-string]</span><span class="delimiter">: </span><span class="description">test if a value is a string.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-dataview/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ bool = isDataView( null );
125
125
## See Also
126
126
127
127
- <spanclass="package-name">[`@stdlib/assert/is-arraybuffer`][@stdlib/assert/is-arraybuffer]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an ArrayBuffer.</span>
128
+
- <spanclass="package-name">[`@stdlib/assert/is-typed-array`][@stdlib/assert/is-typed-array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a typed array.</span>
0 commit comments