Добавлена ДБ
This commit is contained in:
4
node_modules/fast-check/lib/esm/arbitrary/webFragments.js
generated
vendored
Normal file
4
node_modules/fast-check/lib/esm/arbitrary/webFragments.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { buildUriQueryOrFragmentArbitrary } from './_internals/builders/UriQueryOrFragmentArbitraryBuilder.js';
|
||||
export function webFragments(constraints = {}) {
|
||||
return buildUriQueryOrFragmentArbitrary(constraints.size);
|
||||
}
|
||||
Reference in New Issue
Block a user