UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

3 lines (2 loc) 128 B
import { LintConfig, Macro } from '../types'; export declare const parseMacros: (text: string, config?: LintConfig) => Macro[];