返回 JoyAI-Echo
types.d.ts
1 declare module 'qrcode-terminal' {
2 export function generate(text: string, options?: { small?: boolean }): void;
3 }
4
4 lines TYPESCRIPT