Really-amin's picture
Upload 1460 files
96af7c9 verified
raw
history blame
264 Bytes
"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);
}