UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

7 lines (6 loc) 272 B
import { LintConfig } from '../types'; /** * This function returns the number of lines the header spans upon. * The file must start with "/*" and the header will finish with ⇙ */ export declare const getHeaderLinesCount: (text: string, config: LintConfig) => number;