UNPKG

@types/qrcode-terminal

Version:
4 lines (3 loc) 213 B
export const error: 0 | 1 | 2 | 3; export function generate(input: string, opts?: { small: boolean }, callback?: (qrcode: string) => void): void; export function setErrorLevel(error: "L" | "M" | "Q" | "H"): void;