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 fe0eb46 commit a977fb7Copy full SHA for a977fb7
lib/node_modules/@stdlib/stats/base/variancewd/lib/index.js
@@ -49,8 +49,12 @@ var setReadOnly = require( '@stdlib/utils/define-nonenumerable-read-only-propert
49
var variancewd = require( './variancewd.js' );
50
var ndarray = require( './ndarray.js' );
51
52
+
53
// MAIN //
54
55
setReadOnly( variancewd, 'ndarray', ndarray );
56
57
58
// EXPORTS //
59
60
module.exports = variancewd;
0 commit comments