UNPKG

@vue-pdf-viewer/viewer

Version:

The PDF Viewer component for Vue 3 and Nuxt

25 lines (24 loc) 536 B
export declare class Console { private static instance; private isProduction; private constructor(); static getInstance(): Console; /** * Debug level logging - stripped in production */ debug(...args: any[]): void; /** * Info level logging */ info(...args: any[]): void; /** * Warning level logging */ warn(...args: any[]): void; /** * Error level logging */ error(...args: any[]): void; } declare const _default: Console; export default _default;