Files
echo-nexus/node_modules/fast-check/lib/esm/arbitrary/noBias.js
T

4 lines
57 B
JavaScript

export function noBias(arb) {
return arb.noBias();
}