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;