UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

5 lines (4 loc) 284 B
import type { ChartKnowledgeBase } from '../../ckb'; import type { LintResult, LintParams } from '../types'; import type { RuleModule } from '../ruler'; export declare function checkRules(params: LintParams, ruleBase: Record<string, RuleModule>, ckb: ChartKnowledgeBase): LintResult;