Type Alias PrintOptions

PrintOptions: {
    color?: boolean;
    compact?: boolean;
    logger?: ((...args: any) => void);
}

Options you may pass to the Print() method.