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

6 lines
137 B
TypeScript
Raw Normal View History

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