Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
registerPatternMatchFn
Function registerPatternMatchFn
registerPatternMatchFn
(
fn
:
(
pattern
:
Pattern
,
haystack
:
Envelope
)
=>
boolean
,
)
:
void
Registers the pattern match function. Called from index.ts after all patterns are defined.
Parameters
fn
:
(
pattern
:
Pattern
,
haystack
:
Envelope
)
=>
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...
Registers the pattern match function. Called from index.ts after all patterns are defined.