UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

6 lines (5 loc) 207 B
/** * Fetches a list of .sas files in the given path. * @returns {Promise<string[]>} resolves with an array of file names. */ export declare const listSasFiles: (folderPath: string) => Promise<string[]>;