UNPKG

@typescript-eslint/eslint-plugin

Version:
4 lines (3 loc) 262 B
import type { SelectorsString } from './enums'; import type { Context, NormalizedSelector, ValidatorFunction } from './types'; export declare function createValidator(type: SelectorsString, context: Context, allConfigs: NormalizedSelector[]): ValidatorFunction;