@sasjs/lint
Version:
Linting and formatting for SAS code
7 lines (6 loc) • 311 B
TypeScript
import { FormatResult } from '../types/FormatResult';
/**
* Automatically formats all SAS files in the current project.
* @returns {Promise<FormatResult>} Resolves successfully when all SAS files in the current project have been formatted.
*/
export declare const formatProject: () => Promise<FormatResult>;