UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

7 lines (6 loc) 245 B
import { ReturnCode } from '../../types/command'; import { TargetCommand } from '../../types/command/targetCommand'; export declare class TestCommand extends TargetCommand { constructor(args: string[]); execute(): Promise<ReturnCode>; }