UNPKG

@adminjs/express

Version:

This is an official AdminJS plugin which integrates it with Express.js framework

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