UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 194 B
export default class Logger { private static verbose; static initialize(verbose?: boolean): void; static debug(message: string): void; static debugWarn(message: string): void; }