interface InlinerOptions {
    optimize: boolean;
    encodingFormat: EncodingFormat;
}

Properties

optimize: boolean
encodingFormat: EncodingFormat