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

6 lines
137 B
TypeScript
Raw Normal View History

2022-09-14 08:30:56 +00:00
declare module 'checkenv';
export function load(): string;
export function check(): void;
export function setConfig(config: any): void;