@blockchaincommons/dcbor-pattern - v1.0.0-beta.2
Preparing search index...
patterns
arrayPatternPathsWithCaptures
Function arrayPatternPathsWithCaptures
arrayPatternPathsWithCaptures
(
pattern
:
ArrayPattern
,
haystack
:
Cbor
,
)
:
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
The paths and captures of an array pattern.
Parameters
pattern
:
ArrayPattern
haystack
:
Cbor
Returns
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@blockchaincommons/dcbor-pattern - v1.0.0-beta.2
Loading...
The paths and captures of an array pattern.