interface AnalyzeMetafileOptions {
    color?: boolean;
    verbose?: boolean;
}

Properties

Properties

color?: boolean
verbose?: boolean