UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 248 B
import type { IGivenNode } from '../types'; import type { IRunnerInternalContext } from './types'; import type { Rule } from '../ruleset/rule'; export declare const lintNode: (context: IRunnerInternalContext, node: IGivenNode, rule: Rule) => void;