MCPcopy Create free account
hub / github.com/CJex/regulex / SubstROArray

Interface SubstROArray

src/Kit.ts:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65*/
66export interface SubstArray<X, A, B, InferInter> extends Array<Subst<X, A, B, InferInter>> {}
67export interface SubstROArray<X, A, B, InferInter> extends ReadonlyArray<Subst<X, A, B, InferInter>> {}
68
69export interface $<S extends string> {
70 _TypeVar_: S;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected