Erster Docker-Stand
This commit is contained in:
7
_node_modules/fast-check/lib/esm/arbitrary/char.js
generated
Normal file
7
_node_modules/fast-check/lib/esm/arbitrary/char.js
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
import { buildCharacterArbitrary } from './_internals/builders/CharacterArbitraryBuilder.js';
|
||||
function identity(v) {
|
||||
return v;
|
||||
}
|
||||
export function char() {
|
||||
return buildCharacterArbitrary(0x20, 0x7e, identity, identity);
|
||||
}
|
||||
Reference in New Issue
Block a user