UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

8 lines (7 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clone = clone; const CloneArbitrary_1 = require("./_internals/CloneArbitrary"); function clone(arb, numValues) { return new CloneArbitrary_1.CloneArbitrary(arb, numValues); }