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

    Function registerWrappedPatternDispatch

    • 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