UNPKG

wallchpaper

Version:

Change wallpaper after an adjustable time

4 lines (3 loc) 186 B
import { Configs, ConfigFile } from './config.types'; export declare function extractDefault(configCode: string): ConfigFile; export declare function init(configs: Configs): ConfigFile;