(name?: string)
| 1266 | } |
| 1267 | |
| 1268 | /** |
| 1269 | * Creates a config that only accepts one of the specified literal values. |
| 1270 | * |
| 1271 | * **When to use** |
| 1272 | * |
| 1273 | * Use to restrict a config to a fixed set of allowed literal values. |
nothing calls this directly
no test coverage detected
searching dependent graphs…