UNPKG
sda
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Software development assistant
github.com/mpasarin/sda
mpasarin/sda
sda
/
lib
/
config
/
warnOldConfigFilePaths.d.ts
6 lines
(5 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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
;