mirror of
https://github.com/citra-emu/discord-bot.git
synced 2024-12-22 20:05:40 +00:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
declare module 'checkenv';
|
|
|
|
export function load(): string;
|
|
export function check(): void;
|
|
export function setConfig(config: any): void;
|