Erster Docker-Stand
This commit is contained in:
5
_node_modules/fast-check/lib/esm/arbitrary/clone.js
generated
Normal file
5
_node_modules/fast-check/lib/esm/arbitrary/clone.js
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CloneArbitrary } from './_internals/CloneArbitrary.js';
|
||||
function clone(arb, numValues) {
|
||||
return new CloneArbitrary(arb, numValues);
|
||||
}
|
||||
export { clone };
|
||||
Reference in New Issue
Block a user