@sasjs/cli
Version:
Command line interface for SASjs
4 lines (3 loc) • 327 B
TypeScript
import { CompileTree, SASJsFileType, Target } from '@sasjs/utils';
export declare function loadDependencies(target: Target, filePath: string, macroFolders: string[], programFolders: string[], type: SASJsFileType, compileTree: CompileTree): Promise<string>;
export declare const getCompileTree: (target: Target) => CompileTree;