UNPKG

@poppinss/dumper

Version:

Pretty print JavaScript data types in the terminal and the browser

6 lines (5 loc) 161 B
import type { TokenPrinters } from '../types.js'; /** * Console printers to pretty print parser tokens */ export declare const ConsolePrinters: TokenPrinters;