(name?: string)
| 987 | * |
| 988 | * Accepts either a JSON-like record from the provider or a flat string like |
| 989 | * `"key1=val1,key2=val2"`. The `separator` (default `","`) and |
| 990 | * `keyValueSeparator` (default `"="`) can be customized. |
| 991 | * |
| 992 | * **Example** (Parsing a comma-separated record) |
| 993 | * |
| 994 | * ```ts import.meta.vitest |