mirror of
https://github.com/yuzu-emu/Command-fix
synced 2024-11-24 20:18:24 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
declare module 'checkenv';
|
|
|
|
export function load(): string;
|
|
export function check(): void;
|
|
export function setConfig(config: any): void;
|