UNPKG

dressed

Version:

A sleek, serverless-ready Discord bot framework.

8 lines (7 loc) 212 B
/** Log a table of values with titles */ export default function logTree(...titles: string[]): { push: (...v: string[]) => void; aside: (v: unknown) => void; chop: () => void; log: () => void; };