UNPKG

pockybot

Version:

Spark bot that handles team recognition

7 lines (6 loc) 198 B
export declare module Logger { function debug(message: any): void; function error(message: any): void; function information(message: any): void; function warn(message: any): void; }