dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
mapPatternPathsWithCaptures
Function mapPatternPathsWithCaptures
mapPatternPathsWithCaptures
(
pattern
:
MapPattern
,
haystack
:
Cbor
,
)
:
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
Returns paths with captures for map patterns.
Parameters
pattern
:
MapPattern
haystack
:
Cbor
Returns
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Returns paths with captures for map patterns.