UNPKG

dressed

Version:

A sleek, serverless-ready Discord bot framework.

10 lines (9 loc) 239 B
/** * Log a table of values with a title (two columns max) * * Witch magic */ export default function logTree(total: number, title1: string, title2?: string): { push(name: string, secondaryName?: string): void; log(): void; };