@stdlib/ndarray-base-assert-is-data-type 0.0.7 → 0.0.8
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.
- package/NOTICE +1 -1
- package/README.md +21 -2
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# isDataType
|
|
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 an input value is a supported ndarray data type.
|
|
26
26
|
|
|
@@ -139,6 +139,14 @@ bool = isDataType( 'foo' );
|
|
|
139
139
|
|
|
140
140
|
<!-- /.references -->
|
|
141
141
|
|
|
142
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
143
|
+
|
|
144
|
+
<section class="related">
|
|
145
|
+
|
|
146
|
+
</section>
|
|
147
|
+
|
|
148
|
+
<!-- /.related -->
|
|
149
|
+
|
|
142
150
|
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
143
151
|
|
|
144
152
|
|
|
@@ -165,7 +173,7 @@ See [LICENSE][stdlib-license].
|
|
|
165
173
|
|
|
166
174
|
## Copyright
|
|
167
175
|
|
|
168
|
-
Copyright © 2016-
|
|
176
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
169
177
|
|
|
170
178
|
</section>
|
|
171
179
|
|
|
@@ -184,9 +192,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
184
192
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-assert-is-data-type/main.svg
|
|
185
193
|
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-assert-is-data-type?branch=main
|
|
186
194
|
|
|
195
|
+
<!--
|
|
196
|
+
|
|
187
197
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/ndarray-base-assert-is-data-type.svg
|
|
188
198
|
[dependencies-url]: https://david-dm.org/stdlib-js/ndarray-base-assert-is-data-type/main
|
|
189
199
|
|
|
200
|
+
-->
|
|
201
|
+
|
|
202
|
+
[umd]: https://github.com/umdjs/umd
|
|
203
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
204
|
+
|
|
205
|
+
[deno-url]: https://github.com/stdlib-js/ndarray-base-assert-is-data-type/tree/deno
|
|
206
|
+
[umd-url]: https://github.com/stdlib-js/ndarray-base-assert-is-data-type/tree/umd
|
|
207
|
+
[esm-url]: https://github.com/stdlib-js/ndarray-base-assert-is-data-type/tree/esm
|
|
208
|
+
|
|
190
209
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
191
210
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
192
211
|
|