UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

8 lines (7 loc) 298 B
import { Configuration, Target } from '@sasjs/utils'; export declare enum SasFileType { Service = "service", Job = "job", Test = "test" } export declare const getAllFolders: (target: Target, type: SasFileType.Service | SasFileType.Job, rootConfig?: Configuration) => Promise<string[]>;