UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

7 lines (6 loc) 152 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noBias = noBias; function noBias(arb) { return arb.noBias(); }