Envelope Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Function registerPatternMatchFn

    • Registers the pattern match function. Called from index.ts after all patterns are defined.

      Parameters

      • fn: (pattern: Pattern, haystack: Envelope) => boolean

      Returns void