Command-fix/typings/checkenv/index.d.ts

6 lines
137 B
TypeScript

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