Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
registerWrappedPatternDispatch
Function registerWrappedPatternDispatch
registerWrappedPatternDispatch
(
dispatch
:
{
pathsWithCaptures
:
(
pattern
:
Pattern
,
haystack
:
Envelope
,
)
=>
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
;
compile
:
(
pattern
:
Pattern
,
code
:
Instr
[]
,
literals
:
Pattern
[]
,
captures
:
string
[]
,
)
=>
void
;
toString
:
(
pattern
:
Pattern
)
=>
string
;
}
,
)
:
void
Parameters
dispatch
:
{
pathsWithCaptures
:
(
pattern
:
Pattern
,
haystack
:
Envelope
,
)
=>
[
Path
[]
,
Map
<
string
,
Path
[]
>
]
;
compile
:
(
pattern
:
Pattern
,
code
:
Instr
[]
,
literals
:
Pattern
[]
,
captures
:
string
[]
,
)
=>
void
;
toString
:
(
pattern
:
Pattern
)
=>
string
;
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...