multi-downloader-nx/@types/sei-helper.d.ts
2021-10-27 22:46:08 +02:00

3 lines
No EOL
87 B
TypeScript

declare module 'sei-helper' {
export async function question(qStr: string): string;
}