Traqula
    Preparing search index...

    Type Alias GenRuleMap<RuleNames>

    GenRuleMap: { [Key in RuleNames]: GeneratorRule<any, Key> }

    Convert a list of ruledefs to a record that maps each rule name to its definition.

    Type Parameters

    • RuleNames extends string