3 lines
No EOL
87 B
TypeScript
3 lines
No EOL
87 B
TypeScript
declare module 'sei-helper' {
|
|
export async function question(qStr: string): string;
|
|
} |