UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

9 lines (8 loc) 361 B
import { Target, StreamConfig } from '@sasjs/utils'; export declare function executeSasScript(scriptPath: string, target: Target, streamConfig: StreamConfig): Promise<void>; /** * this function formats the error string to dump error log on console * @param error * @returns returns a string */ export declare function formatErrorString(error: any): string;