Erster Docker-Stand
This commit is contained in:
8
_node_modules/fast-check/lib/esm/arbitrary/constantFrom.js
generated
Normal file
8
_node_modules/fast-check/lib/esm/arbitrary/constantFrom.js
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ConstantArbitrary } from './_internals/ConstantArbitrary.js';
|
||||
function constantFrom(...values) {
|
||||
if (values.length === 0) {
|
||||
throw new Error('fc.constantFrom expects at least one parameter');
|
||||
}
|
||||
return new ConstantArbitrary(values);
|
||||
}
|
||||
export { constantFrom };
|
||||
Reference in New Issue
Block a user