mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 08:35:39 +01: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;
|