UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

6 lines (5 loc) 180 B
import { Target } from '@sasjs/utils'; export declare function checkCompileStatus(target: Target, exceptions?: string[]): Promise<{ compiled: boolean; message: string; }>;