UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

7 lines (6 loc) 243 B
import { LineLintRule } from '../../types/LintRule'; /** * Lint rule that checks if a given line of text contains any gremlins. */ export declare const noGremlins: LineLintRule; export declare const charFromHex: (hexCode: string) => string;