| 65 | */ |
| 66 | export interface SubstArray<X, A, B, InferInter> extends Array<Subst<X, A, B, InferInter>> {} |
| 67 | export interface SubstROArray<X, A, B, InferInter> extends ReadonlyArray<Subst<X, A, B, InferInter>> {} |
| 68 | |
| 69 | export interface $<S extends string> { |
| 70 | _TypeVar_: S; |
nothing calls this directly
no outgoing calls
no test coverage detected