UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

7 lines (6 loc) 293 B
/** * Returns Dot-code * @param {string[]} folderList - dot-code will be generated against provided folderList * @param {string} serverUrl - prefixes with links to Libs(Inputs/Outputs) */ export declare function getDotFileContent(folderList: string[], serverUrl: string): Promise<string>;