Files
ospab.host/node_modules/fast-check/lib/arbitrary/noBias.js
2025-09-15 18:10:26 +03:00

7 lines
152 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.noBias = noBias;
function noBias(arb) {
return arb.noBias();
}