onix-core
Version:
Onix library core
8 lines • 463 B
JavaScript
;
// use _.range export { isValueOutOfRange } from './IsValueOutOfRange';
// use _.clamp export { ensureValueInRange } from './EnsureValueInRange';
Object.defineProperty(exports, "__esModule", { value: true });
exports.stdDeviation = void 0;
var StdDeviation_1 = require("./StdDeviation");
Object.defineProperty(exports, "stdDeviation", { enumerable: true, get: function () { return StdDeviation_1.stdDeviation; } });
//# sourceMappingURL=index.js.map