nanobot/bridge/src/types.d.ts
2026-02-01 07:36:42 +00:00

4 lines
116 B
TypeScript

declare module 'qrcode-terminal' {
export function generate(text: string, options?: { small?: boolean }): void;
}