@stdlib/array-typed-complex-dtypes
Advanced tools
@@ -21,2 +21,6 @@ /* | ||
| /// <reference types="@stdlib/types"/> | ||
| import { ComplexDataType as DataType } from '@stdlib/types/array'; | ||
| /** | ||
@@ -31,3 +35,3 @@ * Returns a list of complex typed array data types. | ||
| */ | ||
| declare function dtypes(): Array<string>; | ||
| declare function dtypes(): Array<DataType>; | ||
@@ -34,0 +38,0 @@ |
@@ -21,2 +21,3 @@ /* | ||
| // TESTS // | ||
@@ -26,3 +27,3 @@ | ||
| { | ||
| dtypes(); // $ExpectType string[] | ||
| dtypes(); // $ExpectType ComplexDataType[] | ||
| } | ||
@@ -29,0 +30,0 @@ |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2021 The Stdlib Authors. | ||
| Copyright (c) 2016-2022 The Stdlib Authors. |
+4
-2
| { | ||
| "name": "@stdlib/array-typed-complex-dtypes", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "List of complex typed array data types.", | ||
@@ -39,3 +39,5 @@ "license": "Apache-2.0", | ||
| }, | ||
| "dependencies": {}, | ||
| "dependencies": { | ||
| "@stdlib/types": "^0.0.x" | ||
| }, | ||
| "devDependencies": { | ||
@@ -42,0 +44,0 @@ "@stdlib/assert-is-string-array": "^0.0.x", |
+39
-2
@@ -23,3 +23,3 @@ <!-- | ||
| [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
| [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> | ||
@@ -129,2 +129,18 @@ > List of complex typed array data types. | ||
| <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> | ||
| <section class="related"> | ||
| * * * | ||
| ## See Also | ||
| - <span class="package-name">[`@stdlib/array/dtypes`][@stdlib/array/dtypes]</span><span class="delimiter">: </span><span class="description">list of array data types.</span> | ||
| - <span class="package-name">[`@stdlib/array/typed-dtypes`][@stdlib/array/typed-dtypes]</span><span class="delimiter">: </span><span class="description">list of typed array data types.</span> | ||
| - <span class="package-name">[`@stdlib/ndarray/dtypes`][@stdlib/ndarray/dtypes]</span><span class="delimiter">: </span><span class="description">list of ndarray data types.</span> | ||
| </section> | ||
| <!-- /.related --> | ||
| <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
@@ -156,3 +172,3 @@ | ||
| Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. | ||
@@ -176,5 +192,16 @@ </section> | ||
| <!-- | ||
| [dependencies-image]: https://img.shields.io/david/stdlib-js/array-typed-complex-dtypes.svg | ||
| [dependencies-url]: https://david-dm.org/stdlib-js/array-typed-complex-dtypes/main | ||
| --> | ||
| [umd]: https://github.com/umdjs/umd | ||
| [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules | ||
| [deno-url]: https://github.com/stdlib-js/array-typed-complex-dtypes/tree/deno | ||
| [umd-url]: https://github.com/stdlib-js/array-typed-complex-dtypes/tree/umd | ||
| [esm-url]: https://github.com/stdlib-js/array-typed-complex-dtypes/tree/esm | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
@@ -189,4 +216,14 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
| <!-- <related-links> --> | ||
| [@stdlib/array/dtypes]: https://www.npmjs.com/package/@stdlib/array-dtypes | ||
| [@stdlib/array/typed-dtypes]: https://www.npmjs.com/package/@stdlib/array-typed-dtypes | ||
| [@stdlib/ndarray/dtypes]: https://www.npmjs.com/package/@stdlib/ndarray-dtypes | ||
| <!-- </related-links> --> | ||
| </section> | ||
| <!-- /.links --> |
36508
4.5%132
1.54%225
19.68%1
Infinity%+ Added
+ Added