Function: createPreferTypeFestKeysOfRule()
function createPreferTypeFestKeysOfRule(
__namedParameters: KeysOfRuleOptions
): RuleModuleWithName<string>;
Defined in: _internal/prefer-type-fest-keys-of-rule.ts:59
Create a rule that replaces exact TypeFest helper compositions with the
matching *KeysOf<T> type.
Parametersโ
__namedParametersโ
Returnsโ
RuleModuleWithName<string>