We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a47599 commit 9d2f8d7Copy full SHA for 9d2f8d7
1 file changed
lib/node_modules/@stdlib/math/tools/lib/index.js
@@ -36,15 +36,6 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
36
*/
37
var ns = {};
38
39
-/**
40
-* @name metaDataProps
41
-* @memberof ns
42
-* @readonly
43
-* @type {Function}
44
-* @see {@link module:@stdlib/math/tools/meta-data-props}
45
-*/
46
-setReadOnly( ns, 'metaDataProps', require( '@stdlib/math/tools/meta-data-props' ) );
47
-
48
/**
49
* @name unary
50
* @memberof ns
0 commit comments