@suluk/core - v0.1.13
    Preparing search index...

    Type Alias PathSegment

    PathSegment:
        | { kind: "literal"; value: string }
        | { kind: "var"; name: string; multi: boolean }

    uriTemplate compile + match + reverse-parse — the RFC6570 parseable-profile tooling default (C005, C019 §A.4). Buildable subset: literal segments, single-segment {var}, leading-slash multi-segment {+var}, and a query key-set ({?a,b}, {&a}, or ?a={a}). Split-BEFORE-decode (the §2.4 bug-fix). Provisional @0.62.