remix/route-pattern/join · TypeView Source
JoinPatterns
Summary
Join two pattern source strings together at the type level.
Signature
type JoinPatterns<A, B> = _JoinPatterns<Parse<A>, Parse<B>>;
Join two pattern source strings together at the type level.
type JoinPatterns<A, B> = _JoinPatterns<Parse<A>, Parse<B>>;