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