| 1 | import {createTypedObject, Label} from './base.js'; |
| 2 | |
| 3 | export class TargetLabel extends Label { |
| 4 | // Field to ensure other labels are not assignable to `TargetLabel`. |
| 5 | __hasTargetLabelMarker__ = true; |
| 6 | } |
nothing calls this directly
no outgoing calls
no test coverage detected