UNPKG

wallchpaper

Version:

Change wallpaper after an adjustable time

8 lines (7 loc) 162 B
import { ConfigApp } from './config.types'; export declare class Config { private config; constructor(); setup(): void; getConfig(): ConfigApp; }