dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
MatchWithCaptures
Interface MatchWithCaptures
Result of pattern matching with captures.
interface
MatchWithCaptures
{
paths
:
Path
[]
;
captures
:
Map
<
string
,
Path
[]
>
;
}
Index
Properties
paths
captures
Properties
Readonly
paths
paths
:
Path
[]
Readonly
captures
captures
:
Map
<
string
,
Path
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
paths
captures
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Result of pattern matching with captures.