/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@stdlib/stats-base-dstdevwd@0.2.2/lib/main.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/**
* @license Apache-2.0
*
* Copyright (c) 2020 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*    http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
"use strict";var setReadOnly=require("@stdlib/utils-define-nonenumerable-read-only-property"),dstdevwd=require("./dstdevwd.js"),ndarray=require("./ndarray.js");setReadOnly(dstdevwd,"ndarray",ndarray),module.exports=dstdevwd;
//# sourceMappingURL=/sm/c5fae7aaa97983b1521b80566c9f54f4dbb88ead6336cf6c170f290bd1df3db4.map