Aktueller Stand
This commit is contained in:
4
backend/node_modules/fast-check/lib/esm/arbitrary/tuple.js
generated
vendored
Normal file
4
backend/node_modules/fast-check/lib/esm/arbitrary/tuple.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { TupleArbitrary } from './_internals/TupleArbitrary.js';
|
||||
export function tuple(...arbs) {
|
||||
return new TupleArbitrary(arbs);
|
||||
}
|
||||
Reference in New Issue
Block a user