UNPKG

sda

Version:

Software development assistant

6 lines (5 loc) 224 B
/** * Warn about old configuration files. Browses from the input folder path up to the root folder. * @param dir - Directory to start browsing up */ export default function warnOldConfigFilePaths(dir: string): void;