dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
run
Function run
run
(
prog
:
Program
,
root
:
Cbor
)
:
{
paths
:
Path
[]
;
captures
:
Map
<
string
,
Path
[]
>
}
Execute a program against a dCBOR value, returning all matching paths and captures.
Parameters
prog
:
Program
root
:
Cbor
Returns
{
paths
:
Path
[]
;
captures
:
Map
<
string
,
Path
[]
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Execute a program against a dCBOR value, returning all matching paths and captures.