UNPKG

corde

Version:

A simple library for Discord bot tests

6 lines (5 loc) 157 B
/** * Prints data in `console.log` if env is `CORDE_DEBUG_MODE` * @param data data to be printed */ export declare function debug(...infos: any[]): void;