🐈nanobot: hello world!
This commit is contained in:
3
bridge/src/types.d.ts
vendored
Normal file
3
bridge/src/types.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module 'qrcode-terminal' {
|
||||
export function generate(text: string, options?: { small?: boolean }): void;
|
||||
}
|
||||
Reference in New Issue
Block a user