/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@stdlib/stats-base-dmin@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"),dmin=require("./dmin.js"),ndarray=require("./ndarray.js");setReadOnly(dmin,"ndarray",ndarray),module.exports=dmin;
//# sourceMappingURL=/sm/d90de06f132c9c9bbfc31a6fde5a30adb3a01c7db26e5cb6e4a1258e0e9ea99f.map