@stdlib/assert-is-complex-like 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +41 -2
  3. package/package.json +1 -1
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # isComplexLike
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
25
  > Test if a value is a complex number-like object.
26
26
 
@@ -116,6 +116,24 @@ out = isComplexLike( null );
116
116
 
117
117
  <!-- /.examples -->
118
118
 
119
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
120
+
121
+ <section class="related">
122
+
123
+ * * *
124
+
125
+ ## See Also
126
+
127
+ - <span class="package-name">[`@stdlib/assert/is-complex`][@stdlib/assert/is-complex]</span><span class="delimiter">: </span><span class="description">test if a value is a 64-bit or 128-bit complex number.</span>
128
+ - <span class="package-name">[`@stdlib/assert/is-complex64`][@stdlib/assert/is-complex64]</span><span class="delimiter">: </span><span class="description">test if a value is a 64-bit complex number.</span>
129
+ - <span class="package-name">[`@stdlib/assert/is-complex128`][@stdlib/assert/is-complex128]</span><span class="delimiter">: </span><span class="description">test if a value is a 128-bit complex number.</span>
130
+
131
+ </section>
132
+
133
+ <!-- /.related -->
134
+
135
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
136
+
119
137
 
120
138
  <section class="main-repo" >
121
139
 
@@ -140,7 +158,7 @@ See [LICENSE][stdlib-license].
140
158
 
141
159
  ## Copyright
142
160
 
143
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
161
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
144
162
 
145
163
  </section>
146
164
 
@@ -159,9 +177,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
159
177
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-complex-like/main.svg
160
178
  [coverage-url]: https://codecov.io/github/stdlib-js/assert-is-complex-like?branch=main
161
179
 
180
+ <!--
181
+
162
182
  [dependencies-image]: https://img.shields.io/david/stdlib-js/assert-is-complex-like.svg
163
183
  [dependencies-url]: https://david-dm.org/stdlib-js/assert-is-complex-like/main
164
184
 
185
+ -->
186
+
187
+ [umd]: https://github.com/umdjs/umd
188
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
189
+
190
+ [deno-url]: https://github.com/stdlib-js/assert-is-complex-like/tree/deno
191
+ [umd-url]: https://github.com/stdlib-js/assert-is-complex-like/tree/umd
192
+ [esm-url]: https://github.com/stdlib-js/assert-is-complex-like/tree/esm
193
+
165
194
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
166
195
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
167
196
 
@@ -171,6 +200,16 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
171
200
 
172
201
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/assert-is-complex-like/main/LICENSE
173
202
 
203
+ <!-- <related-links> -->
204
+
205
+ [@stdlib/assert/is-complex]: https://www.npmjs.com/package/@stdlib/assert-is-complex
206
+
207
+ [@stdlib/assert/is-complex64]: https://www.npmjs.com/package/@stdlib/assert-is-complex64
208
+
209
+ [@stdlib/assert/is-complex128]: https://www.npmjs.com/package/@stdlib/assert-is-complex128
210
+
211
+ <!-- </related-links> -->
212
+
174
213
  </section>
175
214
 
176
215
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/assert-is-complex-like",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Test if a value is a complex number-like object.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {