UNPKG

@admin-bro/express

Version:

This is an official AdminBro plugin which integrates it to expressjs framework

7 lines (6 loc) 174 B
export declare const log: { /** * Logs the debug message to console if `process.env.ADMIN_BRO_EXPRESS_DEBUG` is set */ debug: (message: string) => void; };