UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

8 lines (7 loc) 334 B
/** * Creates service file for SAS9 server only. * @param {string} sourcePath path of source file. * @param {string} destinationPath path of destination service file. * @returns {string} name of created service file. */ export declare const generateAssetService: (sourcePath: string, destinationPath: string) => Promise<string>;