UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

9 lines (8 loc) 152 B
export interface File { fileName: string; content?: string; } export interface FilePath { absolutePath: string; relativePath: string; }