multi-downloader-nx/@types/sei-helper.d.ts
2021-10-28 16:57:25 +02:00

5 lines
No EOL
208 B
TypeScript

declare module 'sei-helper' {
export async function question(qStr: string): string;
export function cleanupFilename(str: string): string;
export function exec(str: string, str1: string, str2: string);
}