UNPKG

sda

Version:

Software development assistant

5 lines (4 loc) 213 B
import { IConfig } from '../interfaces/IConfig'; export declare const configFileName = "sdaconfig.json"; export declare const previousConfigFileName = ".sdaconfig"; export declare const EMPTY_CONFIG: IConfig;