| 2458 | * @since 3.10.0 |
| 2459 | */ |
| 2460 | export interface optional<S extends Constraint> extends optionalKey<UndefinedOr<S>> { |
| 2461 | readonly "Rebuild": optional<S> |
| 2462 | } |
| 2463 | |
| 2464 | interface optionalLambda extends Lambda { |
| 2465 | <S extends Constraint>(self: S): optional<S> |
no outgoing calls
no test coverage detected