interface LogOptions {
    clear?: boolean;
    timestamp?: boolean;
}

Hierarchy (view full)

Properties

Properties

clear?: boolean
timestamp?: boolean