(annotated: Annotated)
| 461 | |
| 462 | /** @internal */ |
| 463 | export const hasStableFilter = (annotated: Annotated) => |
| 464 | Option.exists(getStableFilterAnnotation(annotated), (b) => b === true) |
| 465 | |
| 466 | /** |
| 467 | * @category annotations |
no outgoing calls
no test coverage detected
searching dependent graphs…