UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 261 B
import { Logger } from '@nestjs/common'; export declare class SilentLogger extends Logger { log: () => void; error: () => void; warn: () => void; debug: () => void; verbose: () => void; fatal: () => void; setLogLevels: () => void; }