UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

7 lines (6 loc) 266 B
/** * Creates index file for SASVIYA server only. * @param {string} indexHtmlContent contents of index file. * @param {string} fileName name of index file. */ export declare const createClickMeFile: (indexHtmlContent: string, fileName: string) => Promise<void>;