UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

3 lines (2 loc) 110 B
import { CommandBase } from '../types'; export declare const getBaseCommand: (args: string[]) => CommandBase;