Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
registerVMPatternFunctions
Function registerVMPatternFunctions
registerVMPatternFunctions
(
pathsWithCaptures
:
(
pattern
:
Pattern
,
env
:
Envelope
,
)
=>
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
,
matches
:
(
pattern
:
Pattern
,
env
:
Envelope
)
=>
boolean
,
paths
:
(
pattern
:
Pattern
,
env
:
Envelope
)
=>
Path
[]
,
)
:
void
Register the pattern matching functions to resolve circular dependencies.
Parameters
pathsWithCaptures
:
(
pattern
:
Pattern
,
env
:
Envelope
)
=>
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
matches
:
(
pattern
:
Pattern
,
env
:
Envelope
)
=>
boolean
paths
:
(
pattern
:
Pattern
,
env
:
Envelope
)
=>
Path
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...
Register the pattern matching functions to resolve circular dependencies.