Erster Docker-Stand
This commit is contained in:
7
_node_modules/fast-check/lib/arbitrary/tuple.js
generated
Normal file
7
_node_modules/fast-check/lib/arbitrary/tuple.js
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.tuple = tuple;
|
||||
const TupleArbitrary_1 = require("./_internals/TupleArbitrary");
|
||||
function tuple(...arbs) {
|
||||
return new TupleArbitrary_1.TupleArbitrary(arbs);
|
||||
}
|
||||
Reference in New Issue
Block a user