UNPKG

imap-mailbox

Version:

Simple library to use and watch IMAP mailboxes

7 lines (6 loc) 200 B
import { ForegroundColor } from 'chalk'; export default class Logger { private logging; constructor(logging?: boolean); log(message: string, color?: typeof ForegroundColor): void; }