Erster Docker-Stand
This commit is contained in:
7
_node_modules/fast-check/lib/esm/arbitrary/webPath.js
generated
Normal file
7
_node_modules/fast-check/lib/esm/arbitrary/webPath.js
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
import { resolveSize } from './_internals/helpers/MaxLengthFromMinLength.js';
|
||||
import { buildUriPathArbitrary } from './_internals/builders/UriPathArbitraryBuilder.js';
|
||||
export function webPath(constraints) {
|
||||
const c = constraints || {};
|
||||
const resolvedSize = resolveSize(c.size);
|
||||
return buildUriPathArbitrary(resolvedSize);
|
||||
}
|
||||
Reference in New Issue
Block a user