Really-amin's picture
Upload 1460 files
96af7c9 verified
raw
history blame
165 Bytes
import { CloneArbitrary } from './_internals/CloneArbitrary.js';
function clone(arb, numValues) {
return new CloneArbitrary(arb, numValues);
}
export { clone };