Function: webPath()
webPath(
constraints?):Arbitrary<string>
Defined in: packages/fast-check/src/arbitrary/webPath.ts:30
For web path
According to RFC 3986 and WHATWG URL Standard
Parameters
| Parameter | Type | Description |
|---|---|---|
constraints? | WebPathConstraints | Constraints to apply when building instances |
Returns
Arbitrary<string>
Remarks
Since 3.3.0