1
0
Fork 0
mirror of https://github.com/yuzu-emu/Command-fix.git synced 2025-01-11 18:05:35 +00:00
Command-fix/typings/checkenv/index.d.ts
2022-09-14 03:05:51 -06:00

6 lines
137 B
TypeScript

declare module 'checkenv';
export function load(): string;
export function check(): void;
export function setConfig(config: any): void;