UNPKG
wallchpaper
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Change wallpaper after an adjustable time
wallchpaper
/
dist
/
config
/
paths.d.ts
6 lines
(5 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
configDir
:
string
;
declare
const
configFile =
".wallchpaper.js"
;
declare
const
configPath
:
string
;
declare
const
defaultConfigPath
:
string
;
export
{ configFile, configDir, configPath, defaultConfigPath };