UNPKG

lemon-bot

Version:
7 lines (6 loc) 143 B
export function warn(msg: string): void { console.log(`[warning] ${msg}`); } export function error(msg: any): void { console.error(msg); }