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
/
loader.d.ts
4 lines
(3 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
import
{
ConfigFile
}
from
'./config.types'
;
export
declare
function
importConfig
(
):
ConfigFile
;
export
declare
function
getDefaultConfig
(
):
ConfigFile
;