Skip to content

Commit a977fb7

Browse files
committed
fixed index.js ESLint issue
1 parent fe0eb46 commit a977fb7

File tree

1 file changed

+4
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/variancewd/lib

1 file changed

+4
-0
lines changed

lib/node_modules/@stdlib/stats/base/variancewd/lib/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ var setReadOnly = require( '@stdlib/utils/define-nonenumerable-read-only-propert
4949
var variancewd = require( './variancewd.js' );
5050
var ndarray = require( './ndarray.js' );
5151

52+
5253
// MAIN //
54+
5355
setReadOnly( variancewd, 'ndarray', ndarray );
5456

57+
5558
// EXPORTS //
59+
5660
module.exports = variancewd;

0 commit comments

Comments
 (0)