We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aac235 commit 6d57645Copy full SHA for 6d57645
lib/node_modules/@stdlib/dstructs/struct/lib/is_struct_type.js
@@ -27,11 +27,11 @@ var isFunction = require( '@stdlib/assert/is-function' );
27
// MAIN //
28
29
/**
30
-* Returns a boolean indicating if a value is a `struct` instance.
+* Returns a boolean indicating if a value is a `struct` constructor.
31
*
32
* @private
33
* @param {*} value - value to test
34
-* @returns {boolean} boolean indicating if a value is a `struct` instance
+* @returns {boolean} boolean indicating if a value is a `struct` constructor
35
*/
36
function isStructType( value ) {
37
return (
0 commit comments