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

    Variable MatcherDefaultsConst

    MatcherDefaults: {
        paths(matcher: Matcher, haystack: Envelope): Path[];
        matches(matcher: Matcher, haystack: Envelope): boolean;
        isComplex(): boolean;
    } = ...

    Default implementations for Matcher methods.

    Type Declaration